Skip to content

An generic/abstract implementation of genetic algorithm in python

License

Notifications You must be signed in to change notification settings

katherinespiess/GeneticPie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Another pre-release, from a small project

notes

Not as soon as we hoped, and we needed to recreate the first release 0.1.0. Hopefully, the next wont have those problems and will be on-line sooner...

The version itself is stable and run goodly, althoug some processes migth change till the next.

What's OK, What's not (look the projects)

  • We have some of the documentation until here.
  • Generic Implementation (but it may change).
  • Line function calculation (also may change).
  • Parable function calculation.
  • Circle function calculation.

Accessible classes

Class name File Status
Gen GeneticPie.py Complete
RunnableGen GeneticPie.py Complete
ValueableGen GeneticPie.py Complete
Individual GeneticPie.py Complete
Simulation GeneticPie.py Complete
Default GeneticPie.py Complete
Default.IntGen GeneticPie.py Complete
Default.FltGen GeneticPie.py Complete
Default.FracGen GeneticPie.py Complete
GenBuffer GeneticPie.py Complete
Mutation GeneticPie.py Complete
Validation GeneticPie.py Complete
Logger GeneticPie.py incomplete
FuncFGen FirstGradeFunctionSearcher.py incomplete
FuncFInd FirstGradeFunctionSearcher.py incomplete