| Package | Description |
|---|---|
| ec.rule |
| Modifier and Type | Field and Description |
|---|---|
Rule |
RuleSetConstraints.rulePrototype
The prototype of the Rule that will be used in the RuleSet
(the RuleSet contains only rules with the specified prototype).
|
Rule[] |
RuleSet.rules
The rules in the rule set
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
RuleSet.removeRandomRule(EvolutionState state,
int thread)
Removes a randomly-chosen rule from the rule set and returns it.
|
Rule |
RuleSet.removeRule(int index)
Removes a rule from the rule set and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleSet.addRule(Rule rule)
Add a rule directly to the rule set.
|
Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.