-
Notifications
You must be signed in to change notification settings - Fork 2
rrs/goga
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This genetic algorithm is designed to minimise the problem specific code from a genetic algorithm. The three interfaces Gene, Initialiser, an Evaluator need to be implemented for each problem. By keeping the contents of genes abstract in the majority of the code it allows for most of the algorithm to be generic. Problems arrise for example if you have a individual with different types of genes and use a crossover method that does not maintain gene positions. A custom crossover function could be used. Any suggestions to the logic or implementation of the code are welcome. email [email protected] godocs @ http://gopkgdoc.appspot.com/pkg/github.com/rrs/goga
About
Genetic Algorithm written in go
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published