public class RandomSearch<S extends Solution<?>> extends Object implements Algorithm<List<S>>
RandomSearch(Problem<S> problem, int maxEvaluations)
int
getMaxEvaluations()
List<S>
getResult()
void
run()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RandomSearch(Problem<S> problem, int maxEvaluations)
public int getMaxEvaluations()
public void run()
run
Runnable
Algorithm<List<S extends Solution<?>>>
public List<S> getResult()
getResult
Copyright © 2015. All rights reserved.