watchmaker icon indicating copy to clipboard operation
watchmaker copied to clipboard

PopulationFitnessView is package private, why?

Open barbolani opened this issue 11 years ago • 1 comments

There's some possible reuse of that class, but can't be even instantiated because it is package private. Any reasons for that?

barbolani avatar Feb 12 '15 19:02 barbolani

It was only intended to be part of the evolution monitor component, which itself was fairly experimental. Being package private means I don't have to worry about breaking other classes that depend on it if I change it, but if you have a convincing reason to make it public I'm happy to consider changing it.

dwdyer avatar Feb 13 '15 16:02 dwdyer