Uses of Class
org.cicirello.search.representations.SingleReal
Packages that use SingleReal
Package
Description
This package includes classes that implement operators that create, mutate, etc, the the inputs
to functions with real-valued input parameters (represented with type double), such as is
required to solve function optimization problems using simulated annealing or other
metaheuristics.
Package of classes and interfaces related to representing computational problems, as well as
classes implementing a variety of specific computational problems.
This package includes classes related to representing solutions to optimization problems.
-
Uses of SingleReal in org.cicirello.search.operators.reals
Methods in org.cicirello.search.operators.reals that return SingleRealModifier and TypeMethodDescriptionfinal SingleReal
RealValueInitializer.createCandidateSolution()
-
Uses of SingleReal in org.cicirello.search.problems
Methods in org.cicirello.search.problems that return SingleRealModifier and TypeMethodDescriptionForresterEtAl2008.createCandidateSolution()
GramacyLee2012.createCandidateSolution()
Methods in org.cicirello.search.problems with parameters of type SingleRealModifier and TypeMethodDescriptiondouble
ForresterEtAl2008.cost
(SingleReal candidate) double
GramacyLee2012.cost
(SingleReal candidate) double
PolynomialRootFinding.cost
(SingleReal candidate) double
ForresterEtAl2008.value
(SingleReal candidate) double
GramacyLee2012.value
(SingleReal candidate) double
PolynomialRootFinding.value
(SingleReal candidate) -
Uses of SingleReal in org.cicirello.search.representations
Methods in org.cicirello.search.representations that return SingleRealConstructors in org.cicirello.search.representations with parameters of type SingleReal