-
**Describe the bug**
When running `optimize` in loop I get the growth of memory consumptions without any limits. If I specify the `n_processes` parameter the growth is even faster, but the issue pers…
-
Hello Marco,
I was wondering, for FST-PSO to optimize parameters smoothly AND if the evaluation function is some noisy black box that can fail for some given parameters set (still within the define…
-
Particle Swarm Optimization has pso.global_best_domain, how about the other algorithms?
-
- [x] Hyperband - https://www.sysml.cc/doc/100.pdf
- [ ] Parzen-window estimator - as per https://github.com/sherpa-ai/sherpa/pull/27#issuecomment-473526343 hyperopt can be an option.
- [ ] Parti…
-
```MATLAB
>> plotEMG(EMG);
>> EMG.channelData=filterStream(EMG.channelData,EMG.fs,2,100,10,1);
>> plotEMG(EMG);
>> [resultEmg,optimalParams]=emgEventsDetectTool(EMG);
Error using optimoptions (li…
-
Set of activities for this task:
1. Verify the **PSO** optimization technique
2. Analyse if optimization can be integrated to the **darwin** solution
3. Implement **PSO** optimization if possible
-
Hello everybody.
I'm starting with programming, i'v worked with art, design and health. Well, i said that because i can have a very different point of view, and some (many) ideas, but can't execute.
…
-
Hello Marco,
I know this is not always useful depending on how the optimization problem is framed, but it could be super nice to be able to feed 1 or more initial guesses of the parameters during t…
-
Hello Marco,
I have an issue with the termination criteria. Basically, setting them has no effect and my code continues optimizing forever.
So I do this first, which is OK:
```
# eval_functi…
-
Running
> python -m htm.optimization.ae -n 7 --memory_limit 14 -v --swarming 10 mnist.py
Sometimes it fails on me with
> Lab Report written to mnist_ae/lab_report.txt
New global best sco…