Package org.simplesim.examples.fonseca
Class FonsecaChart
java.lang.Object
org.simplesim.examples.fonseca.FonsecaChart
Class to display chart, pareto front and xy-series of algorithm
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addParetoFront
(double[] f1pareto, double[] f2pareto) void
update
(double x1, double x2)
-
Constructor Details
-
FonsecaChart
-
-
Method Details
-
addParetoFront
public void addParetoFront(double[] f1pareto, double[] f2pareto) -
update
public void update(double x1, double x2)
-