alcides / aeon

Aeon programming language
https://alcides.github.io/aeon/
8 stars 3 forks source link

Synthesis without decorator #63

Closed alcides closed 5 months ago

alcides commented 5 months ago

Right now, if a function has no decorator stating the goal of the synthesis, it yield an error.

This PR now creates a fitness function that always returns 0, and sets the target fitness to 0, so the first solution is accepted.