Skip to content

This is an example of how I use JGAP (genetic algorithms library) in order to solve a set of equations. Proof-of-concept.

Notifications You must be signed in to change notification settings

hadjiprocopis/genetic-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

genetic-solutions

This is an example of how I use JGAP (genetic algorithms library) in order to solve a set of equations.

JGAP version must be 3.6.2

How to compile

ant clean && ant

How to run a test (it assumes that you have JGAP library in dir 3rdparty/jgap3.6.2/classes alternatively use a jar and run the java appropriately) :

java -cp 3rdparty/jgap3.6.2/classes:build/classes FindSolutionsToSetOfEquations

About

This is an example of how I use JGAP (genetic algorithms library) in order to solve a set of equations. Proof-of-concept.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages