|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmetal.experiments.Settings
jmetal.experiments.settings.RandomSearch_Settings
public class RandomSearch_Settings
Settings class of algorithm RandomSearch
| Field Summary | |
|---|---|
int |
maxEvaluations_
|
| Fields inherited from class jmetal.experiments.Settings |
|---|
paretoFrontFile_, problem_, problemName_ |
| Constructor Summary | |
|---|---|
RandomSearch_Settings(java.lang.String problem)
Constructor |
|
| Method Summary | |
|---|---|
Algorithm |
configure()
Configure the random search algorithm with default parameter experiments.settings |
Algorithm |
configure(java.util.Properties configuration)
Configure SMPSO with user-defined parameter experiments.settings |
| Methods inherited from class jmetal.experiments.Settings |
|---|
configure |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int maxEvaluations_
| Constructor Detail |
|---|
public RandomSearch_Settings(java.lang.String problem)
problem - Problem to solve| Method Detail |
|---|
public Algorithm configure()
throws JMException
configure in class SettingsJMException
public Algorithm configure(java.util.Properties configuration)
throws JMException
configure in class Settingsconfiguration - Properties file
JMException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||