Skip to content

moozeq/pszt-evo-mu-plus-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PSZT_EVO

Solving equation by evolutionary algorithms. (μ+λ) and evolutionary programming

Build & run

cd evo/src

# build
javac --module-path=/path/to/javafx/javafx-sdk-15.0.1/lib --add-modules=javafx.controls,javafx.fxml *.java

# run
java --module-path=/path/to/javafx/javafx-sdk-15.0.1/lib --add-modules=javafx.controls,javafx.fxml Main

Application

Generating data

Solving equation with (μ+λ) algorithm (3000 individuals, 30 dimension space, 10 rounds)

Solving equation with EP algorithm (3000 individuals, 30 dimension space, 10 rounds)

Solving equation with (μ+λ) algorithm (10000 individuals, 2 dimension space, 3-6-9 rounds)

Report

Report from project is available here (in Polish).

About

Solving equation by evolutionary algorithms. (μ+λ) and evolutionary programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors