About the Custom Strategy

The Custom strategy is a framework within which you can build your own exploration algorithms. The Custom strategy is not a single, predefined exploration algorithm like the Approximation Loop and Pointer-2 strategies.

Related Topics
About the Script Strategy Mode

You can use the Custom strategy to create one or more instances of design plans, each instance configured to perform an independent design space exploration according to its own set of criteria. You can combine these design plans to perform a more complex exploration, either by running them in a fixed sequence (Sequence strategy mode) or by invoking them in a script (Script strategy mode) that implements a decision process of your own design. You can run a script to test the results of running one plan and use the results to determine which plan to run next or to run a plan, or a mix of plans, more than once until some criterion is met.