rmoo icon indicating copy to clipboard operation
rmoo copied to clipboard

100 x 100 matrix evaluation

Open pnovoa opened this issue 1 year ago • 4 comments

Hello, great project. However, I have a question, why at the beginning of the NSGA-II execution, it calls the fitness function with a 100 x 100 matrix? This evaluation causes me problems, because in the implementation of my fitness function I expect a vector of 1xn (n number of dimension) or maybe a matrix of mxn. But no, a 100x100 matrix.

pnovoa avatar Jun 29 '23 21:06 pnovoa