Maximiliano Ronda
Maximiliano Ronda
Very curious about the progress here as well.
I am coming up to this bug as well. What would be a work-around if the checkboxes are inside a cell of a table? After I run OCR on my...
@xinase Can you update here if the fix is added? I appreciate it !
Hi Michele, You need to define the constraints in your problem. Follow this example for instance and notice the return statement containing two constraints: ``` from platypus import NSGAII, Problem,...
Hi Michele, The `algo.run(n)` is the number of function evaluations. So if your population is 250 and you run algo.run(condition=250) it will just evaluate those individuals without mutation/crossover. You can...
Hi @ashuein , you can try to monkey patch the initialization of the algorithm you are using to init a random seed. For example: ``` from platypus.algorithms import NSGAII old_init...
If you look at the generated cvs file you can parse it to get the total count
That sounds perfect. I wasn't thinking about comparison of artifacts nested deeper within but main artifacts saved in root. I was thinking being able to compare perhaps 1-5 plots generated...