Skip to content

Advanced data store when optimizing

Latest
Compare
Choose a tag to compare
@BusinessDuck BusinessDuck released this 14 Jun 21:09
· 75 commits to master since this release
  • Custom state added to the Phenotype. For saving anything in optimization process. Available by return of fitness like { fitness, state }
  • Best(N) now returning full phenotypes to get access to state and score of current population entity
  • Test and readme updated