Class RandomSearchAlgorithm<S extends Solution<?>>

java.lang.Object
org.uma.jmetal.component.algorithm.RandomSearchAlgorithm<S>
Type Parameters:
S - Solution
All Implemented Interfaces:
Serializable, Runnable, Algorithm<List<S>>

public class RandomSearchAlgorithm<S extends Solution<?>> extends Object implements Algorithm<List<S>>
Class representing a random search algorithm. It implements the Algorithm interface by applying a component-based approach.
Author:
Antonio J. Nebro (ajnebro@uma.es)
See Also: