Uses of Class
org.cicirello.search.representations.BoundedRealVector
Packages that use BoundedRealVector
Package
Description
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 BoundedRealVectorModifier and TypeMethodDescriptionBoundedRealVector.copy()
Creates an identical copy of this object.Methods in org.cicirello.search.representations with parameters of type BoundedRealVectorModifier and TypeMethodDescriptionfinal boolean
BoundedRealVector.sameBounds
(BoundedRealVector other) Checks if the bounds of this BoundedRealVector are the same as those of another.Constructors in org.cicirello.search.representations with parameters of type BoundedRealVectorModifierConstructorDescriptionCopies a BoundedRealVector.