Infrared
|
Maximization algebra for optimization. More...
Public Member Functions | |
__init__ (self, scale) | |
function (self, weighted_function) | |
Translate weighted function to suitable libinfrared function. | |
interpret (self, value) | |
interpret (self, value) | |
Protected Attributes | |
_scale | |
Additional Inherited Members | |
function (weighted_function) | |
Translate weighted function to suitable libinfrared function. | |
Maximization algebra for optimization.
Controls the translation of WeightedFunction to libinfrared.Function in the case of optimization
infrared.infrared.ArcticEvaluationAlgebra.__init__ | ( | self, | |
scale | |||
) |
infrared.infrared.ArcticEvaluationAlgebra.function | ( | weighted_function, | |
weighted_function | |||
) |
Translate weighted function to suitable libinfrared function.
weighted_function | an object of class WeightedFunction |
Reimplemented from infrared.infrared.EvaluationAlgebra.
infrared.infrared.ArcticEvaluationAlgebra.interpret | ( | self, | |
value | |||
) |
Reimplemented from infrared.infrared.EvaluationAlgebra.
|
protected |