1Blurb::
2Stopping criterion based on volume of search space
3Description::
4\c volume_boxsize_limit is a setting that terminates the optimization
5when the volume of a hyperrectangle S with f(c(S)) = fmin is less than
6volume_boxsize_limit percent of the original hyperrectangle.
7Basically, volume_boxsize_limit stops the optimization when the volume
8of the particular rectangle which has fmin is less than a certain
9percentage of the whole volume.
10
11Topics::
12Examples::
13Theory::
14Faq::
15See_Also::
16