MABE icon indicating copy to clipboard operation
MABE copied to clipboard

Modular Agent Based Evolution Framework

Results 29 MABE issues
Sort by recently updated
recently updated
newest added

Undocumented behavior in mbuild. -f should not change the modules.txt file according to the documentation provided by -h

CONSTANT = NAMESPACE-paramName (paramValue*with-parenthesis) will fail ONLY on HPCC queued jobs, but will pass mq.py -t and mq.py -l tests because unprotected '(' and ')' characters are interpreted as part...

Running a job with mq's indefinite mode that does not run over the original time specification seems to get re-run forever. This prevents using -i for edge cases where some...

Lexicase adds extra \n to output every line.

`setInput,readOutput` should be `setInput,getOutput` or `writeInput,readOutput` for consistency. Probably a consideration for next breaking update.

In circular genome: mutationPointOffsetRange = 1.0 #(double) range of PointOffset mutation the default value of the parameter is 1.0 and is described as a double value, but the value 0.1...

issue bug