Package jline.opt.solver
Class LineOptSolver
java.lang.Object
jline.opt.solver.LineOptSolver
Main line-opt solver. Minimizes a single penalized scalar objective (with
constraints folded in as penalties) over the decision variables, aggregating
across workload scenarios. Uses the self-contained
DifferentialEvolution
engine (numpy-exact RNG) for the evolutionary path, or an analytic/FD-driven
projected-gradient path for continuous problems. Mirrors native-Python
line_solver.opt.solver.LineOptSolver.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LineOptSolver
-
-
Method Details
-
solve
-