success | integer |   | public | Indicator wheter optimisation ended successfully
| 353 |
npar | integer |   | public | Number of model parameters carried through
| 354 |
ncomp | integer |   | public | Initial number of complexes
| 355 |
ncompmin | integer |   | public | Minimum number of complexes
| 356 |
ncomp2 | integer |   | public | Number of complexes
| 357 |
nopt | integer |   | public | Number of optimised parameters
| 358 |
mopt | integer |   | public | Minimum number of runs per complex
| 359 |
sopt | integer |   | public | SCE variable s
| 360 |
qopt | integer |   | public | SCE variable q
| 361 |
alpha | integer |   | public | Number of simplex runs per complex
| 362 |
nrun | integer |   | public | Number of runs performed so far
| 363 |
nloop | integer |   | public | Number of loops performed so far
| 364 |
nsincebest | integer |   | public | Number of runs since last improvement in objective function
| 365 |
patience | integer |   | public | Number of runs without improvement until optimisation is aborted
| 366 |
command | integer |   | public | Indicator of optimisation mode (0 for -optimise, 1 for -continue, 2 for compute, 3 for compute ncp only with pars.txt, 4 for optimise without random_seed)
| 367 |
optid | integer | (:) | public | Pointer to optimisable parameters
| 369 |
ranscal | real*8 |   | public | Scalar random number
| 371 |
focus | real*8 |   | public | Spread of the random seed around the initial values (if <1, then limited)
| 372 |
worstbest | real*8 |   | public | Best OF of the worst complex in worstbest for assessment of gene pool mixing
| 373 |
bestobj | real*8 |   | public | Best OF value
| 374 |
bestincomp | real*8 |   | public | Best OF value in complex
| 375 |
resolution | real*8 |   | public | Convergence criterion (fraction of max variation when optimisation stops)
| 376 |
wgt | real*8 | (:) | public | Probability weights for each optimisable parameter
| 378 |
cv_ | real*8 | (:) | public | Coefficient of variation for each optimisable parameter in last loop
| 379 |
ranarr | real*8 | (:) | public | Array of random numbers
| 380 |
shufflevar | real*8 | (:,:) | public | Population of parameter sets
| 382 |
parval | real*8 | (:) | public | Initial parameter values read from shuffle.par
| 383 |
parmin | real*8 | (:) | public | Minimum parameter values defining search domain
| 384 |
parmax | real*8 | (:) | public | Maximum parameter values defining search domain
| 385 |
ofvec | real*8 | (:) | public | Population of objective function values related to shufflevar
| 386 |
parname | character(len=9) | (:) | public | Parameter names
| 388 |
evolution | character(len=12) |   | public | Character string explaining how parameter set was generated
| 389 |
outformat | character(len=60) |   | public | ?  
| 390 |
loopformat | character(len=60) |   | public | ?  
| 390 |
dataarray | real*8 | (:,:) | public | Parameter sets and objective functions used for sensitivity analysis
| 393 |
shufflevar2 | real*8 | (:) | public | Parameter sets used for sensitivity analysis
| 394 |
parentsid | integer | (:) | public | Pointer to optimisable parameters
| 397 |
objfunsub | real*8 | (:) | public | Subset of objective function values for members of population
| 398 |
invarsub | real*8 | (:,:) | public | Subset of parameter sets for members of population
| 399 |
selected | logical | (:) | public | ?  
| 400 |
centroid | real*8 | (:) | public | Centroid of parameter sets for simplex procedure
| 403 |
newpoint | real*8 | (:) | public | New parameter set resulting from simplex procedure
| 404 |
kfile_sceout | integer |   | public | ?  
| 408 |
kfile_shufflepar | integer |   | public | ?  
| 409 |
kfile_progress | integer |   | public | ?  
| 410 |
kfile_lastloop | integer |   | public | ?  
| 411 |
kfile_currentbest | integer |   | public | ?  
| 412 |
kfile_bestpars | integer |   | public | ?  
| 413 |
kfile_finalbest | integer |   | public | ?  
| 414 |
sfile_sceout | character(len=80) |   | public | ?  
| 418 |
sfile_shufflepar | character(len=80) |   | public | ?  
| 419 |
sfile_progress | character(len=80) |   | public | ?  
| 420 |
sfile_lastloop | character(len=80) |   | public | ?  
| 421 |
sfile_currentbest | character(len=80) |   | public | ?  
| 422 |
sfile_bestpars | character(len=80) |   | public | ?  
| 423 |
sfile_finalbest | character(len=80) |   | public | ?  
| 424 |