geneticengine.algorithms.hill_climbing ====================================== .. py:module:: geneticengine.algorithms.hill_climbing Classes ------- .. autoapisummary:: geneticengine.algorithms.hill_climbing.HC Module Contents --------------- .. py:class:: HC(problem, budget, representation, random = None, tracker = None, number_of_mutations = 5) Bases: :py:obj:`geneticengine.algorithms.heuristics.HeuristicSearch` Hill Climbing performs a local search within a neighbourhood. .. py:attribute:: number_of_mutations :value: 5 .. py:method:: perform_search()