Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
R
S
T
U
V
W
S
save(OutputStream)
- Method in class
EvolutionResult
save this EvolutionResult as XML to the given OutputStream
ScientificFactory
- Class in
net.sf.amiba.impl.scientific
ScientificFactory()
- Constructor for class
ScientificFactory
ScientificGrammar
- Class in
net.sf.amiba.impl.scientific
ScientificGrammar(List<Character>, Character)
- Constructor for class
ScientificGrammar
ScientificPareserTest
- Class in
net.sf.amiba.impl.scientific
ScientificPareserTest()
- Constructor for class
ScientificPareserTest
ScientificParser
- Class in
net.sf.amiba.impl.scientific
This grammar implements many of the operations found on a scientific calculator
ScientificParser(InputStream)
- Constructor for class
ScientificParser
ScientificParser(InputStream, String)
- Constructor for class
ScientificParser
ScientificParser(Reader)
- Constructor for class
ScientificParser
ScientificParser(ScientificParserTokenManager)
- Constructor for class
ScientificParser
ScientificParserConstants
- Interface in
net.sf.amiba.impl.scientific
ScientificParserTokenManager
- Class in
net.sf.amiba.impl.scientific
ScientificParserTokenManager(SimpleCharStream)
- Constructor for class
ScientificParserTokenManager
ScientificParserTokenManager(SimpleCharStream, int)
- Constructor for class
ScientificParserTokenManager
ScientificParserTreeConstants
- Interface in
net.sf.amiba.impl.scientific
ScientificParserVisitor
- Interface in
net.sf.amiba.impl.scientific
select(List<Individual<T>>)
- Method in class
RouletteWheelSelector
implements roulette wheel selection in a simplistic manner
select(List<Individual<T>>)
- Method in class
Selector
select the individuals for the next generation
SelectionMethodEnum
- Enum in
net.sf.amiba.evolve.population
the enumeration of supported selection methods
Selector
<
T
> - Class in
net.sf.amiba.evolve.population
the class that represents the selection process
Selector()
- Constructor for class
Selector
setDebugStream(PrintStream)
- Method in class
ScientificParserTokenManager
setDoublePointRate(double)
- Method in class
RecombinationEngine
setFitnessFunction(String)
- Method in class
IndividualFactory
setGeneHeadLength(int)
- Method in class
IndividualFactory
setGeneRate(double)
- Method in class
RecombinationEngine
setLinkingFunction(Character)
- Method in class
IndividualFactory
setMutations(int)
- Method in class
MutationEngine
setNumberOfGenes(int)
- Method in class
IndividualFactory
setOperator(char)
- Method in class
SimpleNode
setPercentIndividuals(int)
- Method in class
MutationEngine
setRandomData(RandomData)
- Method in class
IndividualFactory
setSinglePointRate(double)
- Method in class
RecombinationEngine
setTabSize(int)
- Method in class
SimpleCharStream
setTerminal(char)
- Method in class
SimpleNode
setUp()
- Method in class
ScientificPareserTest
setUpBeforeClass()
- Static method in class
ScientificPareserTest
SimpleCharStream
- Class in
net.sf.amiba.impl.scientific
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int)
- Constructor for class
SimpleCharStream
SimpleCharStream(Reader, int, int)
- Constructor for class
SimpleCharStream
SimpleCharStream(Reader)
- Constructor for class
SimpleCharStream
SimpleCharStream(InputStream, String, int, int, int)
- Constructor for class
SimpleCharStream
SimpleCharStream(InputStream, int, int, int)
- Constructor for class
SimpleCharStream
SimpleCharStream(InputStream, String, int, int)
- Constructor for class
SimpleCharStream
SimpleCharStream(InputStream, int, int)
- Constructor for class
SimpleCharStream
SimpleCharStream(InputStream, String)
- Constructor for class
SimpleCharStream
SimpleCharStream(InputStream)
- Constructor for class
SimpleCharStream
SimpleNode
- Class in
net.sf.amiba.impl.scientific
SimpleNode(int)
- Constructor for class
SimpleNode
SimpleNode(ScientificParser, int)
- Constructor for class
SimpleNode
specialConstructor
- Variable in exception
ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken
- Variable in class
Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SQRT
- Static variable in interface
ScientificParserConstants
staticFlag
- Static variable in class
SimpleCharStream
stopEvolution(Population<T>)
- Method in class
EvolutionEngine
a hook to halt the process of evolution midway.
SwitchTo(int)
- Method in class
ScientificParserTokenManager
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
R
S
T
U
V
W