onegpy.terminator.FitnessTerminator

class onegpy.terminator.FitnessTerminator(problem, t_fitness)[source]
__init__(problem, t_fitness)[source]

A terminator based on the value of fitness.

Parameters:
  • problem – Problem.
  • t_fitness – float. a target value of fitness.

Methods

__init__(problem, t_fitness) A terminator based on the value of fitness.