Class ParetoSweep

java.lang.Object
jline.opt.pareto.ParetoSweep

public class ParetoSweep extends Object
Epsilon-constraint sweep for bi-objective tradeoff analysis. Solves the problem once per epsilon, each time adding constraintFactory(epsilon), and filters to the non-dominated cost frontier. Mirrors native-Python line_solver.opt.pareto.ParetoSweep.