-
## Description
I'm using NSGAII algorithm for a custom Mixed Variable Problem, with something like ```x1 = Choice(), x2 = Choice(), x3 = Integer()``` as variable types.
I've set the termination a…
-
Trying to run in Dask a very simple ElementwiseProblem with NSGA2 fails with
```
==========================================================
n_gen | n_eval | n_nds | eps | indicato…
-
GEATPY,首先非常感谢提供这么好的lib!
在moea_demo5中,先验知识是传入的ea.moea_NSGA2_templet函数,通过查看源码,ea.moea_NSGA2_templet好像不接收prophetPop,通过单步调试也可以看到,run函数进来后,prophetPop是None。
我理解是不是应该将prophet通过ea.optimize传入?
我自己测试了一…
-
Hey, I used pymoo couple of month ago and it worked well.
I updated to the newest 0.6 version and when I run the same code I ran couple of month ago, with the older version I get solutions for F bu…
-
Does the mutation rate of NSGAII in pymoo include adaptive mutation? I am seeing that the algorithm effectivly stops exploring the design space and all evaluations are the same after a certain number …
-
Hello, I was attempting to add an equality constraint to make sure two variables (x0 and x2) have the same value. But from the results, it seems the equality constraint does not work.
```
from py…
-
python ga_fuzzing.py -p 2015 --n_gen 2 --pop_size 2 -r 'town07_front_0' -c 'go_straight_town07' --algorithm_name nsga2-un --has_run_num 4 --objective_weights -1 1 1 0 0 0 0 0 0 0 --check_unique_coeff …
-
I am using NSGA2.
1- Some time the result member are same but when I look other generations they are not same.
2- Why some time it make more iteration than what I set in run(…) and those generat…
-
Hi everybody,
I have read the complete [python tutorials](https://esa.github.io/pagmo2/docs/python/tutorials/) and have successfully tested my `pagmo2/pygmo` installation with some simple mono-obje…
-
I am playing around with platypus and the inter temporal lake problem. I have implemented a generational version of BORG using MultiMethod and NSGA2. I however now run into severe run problems. For ex…