Questions tagged [epochx]

EpochX is an open source genetic programming framework. It is designed specifically for the task of analysing evolutionary automatic programming, so is ideal for researchers who require an extensible system for studying the effects of new operators or procedures.

EpochX is an open source genetic programming framework. It is designed specifically for the task of analysing evolutionary automatic programming, so is ideal for researchers who require an extendable system for studying the effects of new operators or procedures. What EpochX provides:

  • Full support for 3 popular representations -
  • No ugly parameter files!
  • Fully pluggable components and operators.
  • Dynamic configuration that can be updated mid-run.
  • Built-in models for many common benchmark problems (including multiplexer, parity, ant, symbolic regression, majority).
  • A large selection of built-in implementations of operators.
  • A simple mechanism to write new crossover/mutation operators.
  • Access to real-time statistics about how a run is progressing.
  • Documentation, including guides and full JavaDoc.

Source: http://www.epochx.org/

2 questions
0
votes
1 answer

Enabling and Disabling Elitism during a Genetic Run

In EpochX framework how do you enable and disable Elitism during a run? Is there a way to configure the framework to function like that.
user2987773
  • 407
  • 5
  • 18
0
votes
1 answer

BNF recursion in EpochX framework

Hopefully there are a few experts in the EpochX framework around here...I'm not sure that the user group is still active. I am attempting to implement simple recursion within their represention of a BNF grammar and have fun into the following…
erik
  • 3,810
  • 6
  • 32
  • 63