Home | History | Annotate | Download | only in optimization

Lines Matching defs:starts

49     /** Number of iterations already performed for all starts. */
55 /** Number of evaluations already performed for all starts. */
58 /** Number of gradient evaluations already performed for all starts. */
61 /** Number of starts to go. */
62 private int starts;
73 * @param starts number of starts to perform (including the
79 final int starts,
85 this.starts = starts;
98 * method returns all the points found at the end of each starts,
114 * point found across all starts.</p>
177 optima = new RealPointValuePair[starts];
183 for (int i = 0; i < starts; ++i) {
220 starts);