Usage
mopsocd(fn, gn, varcnt, fncnt, lowerbound, upperbound, opt, popsize, maxgen, archivesize, verbosity, pMut, w, c1, c2)
Arguments
fn
Objective functions to be optimized
varcnt
Number of Parameters
fncnt
Number of Objectives
lowerbound
Parameter Lower Bound
upperbound
Parameter Upper Bound
opt
Optimization type (0: minimization; 1: maximization)
popsize
Population Size (default: 100)
maxgen
Number of Generations (default: 100)
archivesize
Maximum size of archive containing non-dominated points (default: 250)
verbosity
Verbosity Levels : 0,1,2,3 (default: 1)
pMut
Mutation Probability (default: 0.5)
w
Inertia Weight (default: 0.4)
c1
Acceleration Coefficient 1 (default: 1.0)
c2
Acceleration Coefficient 2 (default: 1.0)