geneticengine.algorithms.random_search ====================================== .. py:module:: geneticengine.algorithms.random_search Classes ------- .. autoapisummary:: geneticengine.algorithms.random_search.RandomSearch Module Contents --------------- .. py:class:: RandomSearch Bases: :py:obj:`geneticengine.algorithms.heuristics.HeuristicSearch` Randomly generates new solutions and keeps the best one. .. py:method:: perform_search()