Uses of Class
org.episteme.core.mathematics.optimization.evolutionary.MultiobjectiveSolution
Packages that use MultiobjectiveSolution
-
Uses of MultiobjectiveSolution in org.episteme.core.mathematics.optimization.evolutionary
Methods in org.episteme.core.mathematics.optimization.evolutionary that return types with arguments of type MultiobjectiveSolutionMethods in org.episteme.core.mathematics.optimization.evolutionary with parameters of type MultiobjectiveSolutionModifier and TypeMethodDescriptionbooleanMultiobjectiveSolution.dominates(MultiobjectiveSolution other) Pareto dominance check: true if this dominates other.