Arno Strouwen

Results 97 comments of Arno Strouwen

These also seem related: SciML/DiffEqParamEstim.jl/issues/107 SciML/DiffEqParamEstim.jl/issues/102

By separating them, I mean being able to specify the `` element of each page as something different than the text that appears in the dropdown menu.

I think both would be useful for the docs - What are the hyper-parameters that can be tweaked - When to use the method compared to other methods such as...

Measurement time optimization is the use case. Though in 99.9% of cases it is much to just save a dense solution and then interpolate it at the desired times, instead...

https://bayesoptbook.com/ Overview of many interesting techniques such as entropy search.

- Could documentation about `EGO()` and `RTEA()` be added to http://surrogates.sciml.ai/stable/optimizations/ ? - It is not fully clear from the docs which optimizers can sample multiple new points at once,...

https://arxiv.org/abs/1706.07094

Also, ```jl using DataDrivenDiffEq using SymbolicRegression X = rand(2,10) Y = rand(2,10) opts = EQSearch([+, *, /, ^, cos, exp, log], maxdepth=15, progress = true, verbosity = 1) prob =...

Also, ```jl using DataDrivenDiffEq using SymbolicRegression X = rand(2,10) Y = rand(1,10) opts = EQSearch([+, *, /, ^, cos, exp, log], maxdepth=15, progress = true, verbosity = 1) prob =...

I also sometimes get errors like this when running the code multiple times: ```jl ERROR: LoadError: IOError: open("hall_of_fame.csv.out2.bkup", 769, 33206): permission denied (EACCES) ```