AngusKenny
Results
2
issues of
AngusKenny
I am trying to build a simple feedforward network with the Levenberg-Marquardt optimiser algorithm, but it won't compile as it seems to be missing the scan_perform module. If I change...
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...