Resch-Said / yane

Yet Another Neuro Evolution
MIT License
0 stars 0 forks source link

Use a second fitness function to promote a minimal neural network. #20

Closed Resch-Said closed 11 months ago

Resch-Said commented 1 year ago

It would make sense to use a second fitness function in addition to the actual fitness function, which sees the number of hidden neurons and connections as a cost.

That means, as soon as the first fitness function is fulfilled, yane should try to minimize the second fitness function as well.

Resch-Said commented 11 months ago

duplicate #28