images/contents.gifimages/index.gifimages/prev0.gifimages/next1.gif

Performing a GridSearch

Use GridSearch to find the best answer. GridSearch can perform a thorough search of every possible combinations within the constraints of your design. Unlike the "mountain-climbing" algorithm used by most of our competitors, GridSearch is exhaustive. See the Grid Points example for an idea of how many points GridSearch looks at.

GridSearch Definition Form