Package jline.opt.pareto
Class ParetoPoint
java.lang.Object
jline.opt.pareto.ParetoPoint
One point of a cost-performance tradeoff curve produced by
ParetoSweep.
Mirrors native-Python line_solver.opt.pareto.ParetoPoint.-
Field Summary
FieldsModifier and TypeFieldDescriptiondoublebooleandouble -
Constructor Summary
ConstructorsConstructorDescriptionParetoPoint(double epsilon, double objectiveValue, boolean feasible, OptimizationResult result) -
Method Summary
-
Field Details
-
epsilon
public double epsilon -
objectiveValue
public double objectiveValue -
feasible
public boolean feasible -
result
-
-
Constructor Details
-
ParetoPoint
public ParetoPoint(double epsilon, double objectiveValue, boolean feasible, OptimizationResult result)
-