Example 8: Emax Model, PSO

Example 8 uses the PSO algorithm on a simulated dataset using an Emax model with Body Weight (BW) having a power effect on E0, Sex and Race having an exponential effect on E0, sigmodicity = 1, and a proportional error model. Additionally, a final downhill search is performed.

The template file can be downloaded here and the tokens file here.

The options file looks like:

{
  "author": "Certara",
  "algorithm": "PSO",
  "PSO": {
    "cognitive": 0.5,
    "social": 0.9,
    "inertia": 0.9,
    "neighbor_num": 2,
    "p_norm": 1
  },
  "num_parallel": 4,
  "random_seed": 11,
  "population_size": 10,
  "num_generations": 7,
  "downhill_period": -1,
  "num_niches": 2,
  "niche_radius": 2,
  "local_2_bit_search": false,
  "final_downhill_search": true,
  "penalty": {
    "theta": 5,
    "omega": 5,
    "sigma": 5,
    "convergence": 100,
    "covariance": 100,
    "correlation": 100,
    "condition_number": 100,
    "non_influential_tokens": 0.00001
  },
  "crash_value": 99999999999,
  "remove_run_dir": false,
  "nmfe_path": "c:/nm74g64/util/nmfe74.bat",
  "model_run_timeout": 1200
}

and can be downloaded here.