Skip to content

v1.0.0-beta.0

Latest
Compare
Choose a tag to compare
@carbogninalberto carbogninalberto released this 04 Nov 00:17
· 71 commits to main since this release

Finally some positive results have been collected; now you are able to do a full evolution of generated programms to improve TCP congestion protocols using a fitness function that is wrapping ns3 simulator to run code in parallel.

Some known issues need to be addressed in the next release:

  • subtree generation inside ifthenelse operator branches
  • better expression generation (in the case where a not valid variable is not found in scope, it is replaced by a integer, you may want to have a float type if it is the case, or generate a new expression)
  • Division stable implementation (check for not valid expressions)
  • Mutation types -> need to implement some other mutation types to improve features space exploration