#include <eoSigBinaryFlight.h>
Inheritance diagram for eoSigBinaryFlight< POT >:

Public Member Functions | |
| eoSigBinaryFlight () | |
| Constructor. | |
| double | sigmoid (double _value) |
| Sigmoid function. | |
| void | operator() (POT &_po) |
| Apply the sigmoid binary flight to a particle. | |
Velocities are expected to be "double" Consider Pi to be the i-th position of a particle and Vi to be the i-th velocity of the same particle : if rand[0;1] < sig(Vi) (Vi <=> double) Pi=1 else Pi=0
Definition at line 28 of file eoSigBinaryFlight.h.
1.4.7