New approach for Dynamic Vehicle Routing Problem based on Particle Swarm Optimization
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@1525 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
48e89cf22e
commit
65404ba20a
50 changed files with 0 additions and 0 deletions
22
contribution/branches/PSO-DVRP/MultiSwarm/application/param
Normal file
22
contribution/branches/PSO-DVRP/MultiSwarm/application/param
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
###### Param ######
|
||||
--popSize=1 # -P : Population size
|
||||
--maxGen=5 # -G : Maximum number of generations
|
||||
--fileOut=./Benchmarks/c50.vrp # -O : BenchmarkFile
|
||||
--weight=1.0 # -w : Weight
|
||||
--c1=1.0 # -1 : C1
|
||||
--c2=1.0 # -2 : C2
|
||||
--migFreq=1 # -F : Migration frequency
|
||||
--migSize=1 # -M : Migration size
|
||||
--slices=25 # -N : Nbr Slices
|
||||
--cutOff=1.0 # -T : Time of Cut Off
|
||||
--seed=4 # -S : Seed of Rng
|
||||
|
||||
## miscallenous parameters
|
||||
|
||||
--debug=false
|
||||
|
||||
## deployment schema
|
||||
|
||||
--schema=schema.xml
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue