Uses of Class
org.cicirello.search.representations.BoundedRealVector
Package
Description
This package includes classes related to representing solutions to optimization problems.
-
Uses of BoundedRealVector in org.cicirello.search.representations
Modifier and TypeMethodDescriptionBoundedRealVector.copy()
Creates an identical copy of this object.Modifier and TypeMethodDescriptionfinal boolean
BoundedRealVector.sameBounds
(BoundedRealVector other) Checks if the bounds of this BoundedRealVector are the same as those of another.ModifierConstructorDescriptionCopies a BoundedRealVector.