·
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