-
Uploading PSO chart
![pso_chart](https://user-images.githubusercontent.com/22867853/28842026-176a9384-76ca-11e7-885c-222e5afa786d.png)
-
Last night, I read [1] discussing the combination of PSO and RNNs. In their discussion, the authors found a tradeoff between PSO and back propagation. PSO is good for finding a global maxima/minima …
-
Axelrod-dojo
-----------------
I have re factored the dojo in such way that now an `algorithms` folder exists.
- `pso` algorithm is now a file within the folder and does not contain any of
the …
-
@James-Thorson added the option to use the particle swarm optimization option to estimate the bias adjustment ramp for recdevs in the SS_fitbiasramp function.
r4ss previously imported psoptim from th…
-
Hi @zivy ,
I have small doubts regarding optimization methods in reRistration
1. In SimpleITK , there is no Stochastic Gradient Descent or Adaptive SGD optimizer, is there any reason of skipping…
-
### Hi! I'm trying to do a Particle Swarm Optimization (PSO) on DDE using jitcdde. Here is my code:
```python
from pyswarm import pso
from jitcdde import jitcdde, y, t
import numpy as np
import…
-
The operations concerning mpf_t should be extracted to another repository as it can be relevant to other users without the context of particle swarm optimization as it supports many useful functions l…
-
Iztok Fister suggested that the following survey paper may contain heuristics not listed in the bestiary:
http://www.iztok-jr-fister.eu/static/publications/21.pdf
Check the paper for any eligible he…
-
If for some reason optimization has to be aborted we would like to save the state of current run. In particular, current swarm best and particle best could be of interest.
-
Excuse me. I came here from the USGS website. When I read this [article](https://pubs.usgs.gov/tm/07/c12/tm7c12.pdf), I found the "PEST++ THIRD PARTY APPLICATIONS Particle Swarm Optimization". But I …