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
Classes in org.cicirello.search.operators.reals that implement interfaces with type arguments of type SingleRealModifier and TypeClassDescriptionfinal classGenerating randomSingleRealobjects for use in generating random initial solutions for simulated annealing and other metaheuristics, and for copying such objects.Methods in org.cicirello.search.operators.reals that return SingleRealModifier and TypeMethodDescriptionfinal SingleRealRealValueInitializer.createCandidateSolution() -
Uses of SingleReal in org.cicirello.search.problems
Classes in org.cicirello.search.problems that implement interfaces with type arguments of type SingleRealModifier and TypeClassDescriptionfinal classA continuous function with a single suboptimal local minimum, and a single global minimum, and a 0 derivative inflexion point, defined for inputs x in [0.0, 1.0].final classA continuous function with a single suboptimal local minimum, and a single global minimum, and a 0 derivative inflexion point, defined for inputs x in [0.0, 1.0].final classA continuous function with a large number of local minimums, and a single global minimum, defined for input x in [0.5, 2.5].final classA continuous function with a large number of local minimums, and a single global minimum, defined for input x in [0.5, 2.5].final classThis class defines polynomial root finding as an optimization problem, enabling solving via simulated annealing or other metaheuristic optimization algorithms.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 TypeMethodDescriptiondoubleForresterEtAl2008.cost(SingleReal candidate) doubleGramacyLee2012.cost(SingleReal candidate) doublePolynomialRootFinding.cost(SingleReal candidate) doubleForresterEtAl2008.value(SingleReal candidate) doubleGramacyLee2012.value(SingleReal candidate) doublePolynomialRootFinding.value(SingleReal candidate) -
Uses of SingleReal in org.cicirello.search.representations
Classes in org.cicirello.search.representations that implement interfaces with type arguments of type SingleRealModifier and TypeClassDescriptionclassA simple class for representing the input to a univariate function.Methods in org.cicirello.search.representations that return SingleRealConstructors in org.cicirello.search.representations with parameters of type SingleReal