Load and Run a serialized Able agent
Takes a single command line parameter: the file path to the serialized agent
Runs until the user cancels the process (Ctl-C)
Initialise the ABLE distributed FIPA agent platform by starting
the FIPA AMS, ACC, and DF agents on their specified hosts as
given in the platform properties file.
Minimise -
Static variable in class com.ibm.able.beans.fuzzy.Fs
Correlation method: Minimise: truncate the consequent
fuzzy region at the truth of the premise (creating a plateau):
a[i] = minimum( a[i], PredicateTruth )
Usually used with MinMax Inference method.
MinMax -
Static variable in class com.ibm.able.beans.fuzzy.Fs
Inference (implication) method: MinMax: the maximum (of the
minimum) membership values:
maximum( a[i], b[i] )
Almost always used with Minimise correlation method.
MINUV -
Static variable in class com.ibm.able.beans.filter.AbleFilter
Mutate a single chromosome
Note: this operator does a bitwise test against the mutationRate
and then rolls the dice to select a delta to the current value
Mutate a single chromosome
Note: this operator does a bitwise test against the mutationRate
and then rolls the dice to select a new bit value from the vocabulary