Log In | Get Help   
Home My Page Projects Code Snippets Project Openings Mareframe
Summary Activity Forums Tracker Lists Tasks Docs Surveys News SCM Files
[mareframe] Annotation of /trunk/gadgetMerluza2015/model/optinfo_pso.long
[mareframe] / trunk / gadgetMerluza2015 / model / optinfo_pso.long Repository:
ViewVC logotype

Annotation of /trunk/gadgetMerluza2015/model/optinfo_pso.long

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28 - (view) (download)

1 : ulcessvp 28 ;
2 :     ; options for the PSO optimisation
3 :     ;
4 :     [pso]
5 :     goal 1e-6 ; optimization goal (error threshold)
6 :     size 400 ; swarm size (number of particles). Must be higher that the number of parameters
7 :     psoiter 100 ; maximum number of iterations
8 :     c1 0.4 ; cognitive coefficient
9 :     c2 0.6 ; social coefficient
10 :     w_max 1 ; Maximum inertia weight value
11 :     w_min 0.1 ; min inertia weight value
12 :     clamp_pos 1 ; whether to keep particle position within defined bounds (TRUE) or apply periodic boundary conditions (FALSE)
13 :     nhood_strategy 0 ; neighborhood strategy (global best topology=0, ring topology = 1, Random neighborhood topology=2)
14 :     nhood_size 1 ; neighborhood size
15 :     w_strategy 0 ; inertia weight strategy (constant=0, line=1)
16 :     ;;seed 1000 ; seed for the generator only for PSO optimisation

root@forge.cesga.es
ViewVC Help
Powered by ViewVC 1.0.0  

Powered By FusionForge