pysamoo icon indicating copy to clipboard operation
pysamoo copied to clipboard

Results 2 pysamoo issues
Sort by recently updated
recently updated
newest added

Hi, I have a multiobjective (2 objectives) optimization problem that works with pymoo, I solve a 2 constraints with 5 variables to vary (some are floats, some are ints) with...

In `pysamoo.core.algorithm`, the docstring for the `SurrogateAssistedAlgorithm` class states that if `n_initial_doe = None`, "the default is 11n - 1 (but at most `n_max_doe`)". Further down, in `_setup()`, it sets...