metaheuristic_designer.objective_function#

Base class for the Objective Function module.

This module implements the objective function that will measure the quality of the solutions.

Classes

NullObjectiveFunc(**kwargs)

Objective function that always returns zero.

ObjectiveFromLambda(obj_func, dimension[, ...])

Objective function indicated by a function call.

ObjectiveFunc(dimension[, lower_bound, ...])

Abstract objective function with built-in fitness conversion.