geneticengine.algorithms.heuristics
Classes
Randomly generates new solutions and keeps the best one. |
Module Contents
- class geneticengine.algorithms.heuristics.HeuristicSearch(problem, budget, representation, random=None, tracker=None)
Bases:
geneticengine.algorithms.api.SynthesisAlgorithmRandomly generates new solutions and keeps the best one.
- Parameters:
problem (geneticengine.problems.Problem)
representation (geneticengine.representations.api.Representation)
tracker (geneticengine.evaluation.tracker.ProgressTracker | None)
- representation