-
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 …
-
I am working on add some contents about L1/L2 regularizaiton.
In addition, I wanna add the [Wine Quality Data Set](https://archive.ics.uci.edu/ml/datasets/Wine+Quality) from UCI Machine Learning Repo…
-
I guess the title already gives an idea of my problem. I'm still a NN newbie, but I have an idea of the basics like pooling-layer, activation functions, etc.
**Problem description:**
I have an opti…
-
Improve the PSO provided by ECF, with the goal to generate two new improved algorithms:
- [x] Particle Swarm Optimization using Fitness inheritance [1](http://citeseerx.ist.psu.edu/viewdoc/summary?do…
-
```
velocity[i] += c1 * (rand() / (float)RAND_MAX)* (gBest[i] - features[i])
+ c2 * (rand() / (float)RAND_MAX)*(pBestF[i] - features[i])
+(lBest.size() ? (c2 * (rand() / (fl…
-
I installed octomap using sudo apt-get install ros-kinetic-octomap
then tried to install octovis using:
sudo apt-get install ros-kinetic-octovis
it shows E: unable to locate package
What could b…
-
Hi, I download the moeaframework and run the Example2, but find out that the results obtained are not quite similar with those on the paper "Durillo, J. J., J. Garc�a-Nieto, A. J. Nebro, C. A. Coello …