geneticengine.algorithms.random_search
Classes
Randomly generates new solutions and keeps the best one. |
Module Contents
- class geneticengine.algorithms.random_search.RandomSearch
Bases:
geneticengine.algorithms.heuristics.HeuristicSearchRandomly generates new solutions and keeps the best one.
- perform_search()
- Return type:
list[geneticengine.solutions.individual.Individual] | None