Uses of Class
org.cicirello.search.representations.BoundedRealVector
-
Packages that use BoundedRealVector Package Description org.cicirello.search.representations This package includes classes related to representing solutions to optimization problems. -
-
Uses of BoundedRealVector in org.cicirello.search.representations
Methods in org.cicirello.search.representations that return BoundedRealVector Modifier and Type Method Description BoundedRealVector
BoundedRealVector. copy()
Creates an identical copy of this object.Constructors in org.cicirello.search.representations with parameters of type BoundedRealVector Constructor Description BoundedRealVector(BoundedRealVector other)
Copies a BoundedRealVector.
-