-
The obj_type, rndSeed and mode properties exist in both PestoOptions and PestoSamplingOptions. The old discussion. Not urgent, but we should decide at some point how we want to handle this.
-
Remove /DRAM from PESTO repository, but keep DRAM-based routines and check for (external) DRAM availability where these functions have been used so far.
-
Pesto can compute confidence intervals and, as far as I know but please correct me if I'm wrong, also profile for multimodal objective functions. Since this is a useful feature, we should implement th…
-
### Description
It is possible to close a persistent drawer. This results in a blank region (in a drawer-layout) where the persistent drawer should be. I've attempted to close a drawer whenever the r…
-
At a certain point, we should change that, since the following problem can appear:
options1 = PestoOptions();
...do some assignments to options1
options2 = options1;
...do some assignments to op…
-
Due to getParameterSamples.m 118-120
```
opt.number = parameters.number;
opt.min = parameters.min;
opt.max = parameters.max;
```
getParameterSamples cannot be called with PestoOpt…
-
Pass PESTO options as class instances.
Therefore, create classes:
- PestoOptions (for getMultiStarts getParameterProfiles getPropertyProfiles)
- PestoParameter (for getMultiStarts getParameterProfile…
-
E.g. in getMultistart.m:
Isn't the option .isMinibatch redundant with .optimizer?
isMinibatch = (optimizer == 'minibatch')
or not?
-
Currently the options are distributed within 2 objects: The parameters struct and the options struct.
I suggest the following changes: The parameters-struct should cover results .MS, .P, .S exclus…
-
The following URL validates correctly when opened in Chrome with mobile emulation:
https://allrecipes.com/recipe/11749/chicken-pesto-a-la-lisa/amp/#development=1
When running it [against AMPBench](h…
dandv updated
8 years ago