Skip to content

Limit size of hypercube and exit optimization once hypercube is small enough #6

@mihirnimgade

Description

@mihirnimgade

The optimizer stores an internal instance of the Hypercube type which it displaces and shrinks. Typically, when optimizing an objective function, after many iterations your best value will be begin to settle down and won't change much between iterations.

Essentially, this means the hypercube has shrunk down to a very small size and continued optimization iterations are unnecessary. Automatically exiting the optimization loop is beneficial here.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions