Results 3 issues of Gerry Wan

### Discussed in https://github.com/smartcorelib/smartcore/discussions/260 Originally posted by **thegwan** April 17, 2023 Are there any performance expectations for the algorithms implemented in this library? Should I expect them to be comparable...

I have an IntegerParameter `x2` ranging from [1,10] inclusive. ``` "x2": { "parameter_type": "integer", "values": [ 1, 10 ] } ``` In the DoE phase, all of the outputs show...

Is there a way to restrict the search space across multiple input parameters? For example, can I specify multiple integer parameters, but require that the integer values for all parameters...