Mercurial > repos > bimib > cobraxy
changeset 478:78b28b2ee1f0 draft
Uploaded
author | luca_milaz |
---|---|
date | Mon, 22 Sep 2025 16:10:30 +0000 |
parents | f3c3af900de2 |
children | a036b8d3642f |
files | COBRAxy/flux_simulation_beta.xml |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/COBRAxy/flux_simulation_beta.xml Mon Sep 22 15:50:03 2025 +0000 +++ b/COBRAxy/flux_simulation_beta.xml Mon Sep 22 16:10:30 2025 +0000 @@ -40,16 +40,16 @@ #if $sampling_params.sampling_enabled == 'true': --thinning 0 - #if $sampling_params.algorithm == 'OPTGP': - --thinning $sampling_params.thinning + #if $sampling_params.algorithm_param.algorithm == 'OPTGP': + --thinning $sampling_params.algorithm_param.thinning #end if - --algorithm $sampling_params.algorithm + --algorithm $sampling_params.algorithm_param.algorithm --n_batches $sampling_params.n_batches --n_samples $sampling_params.n_samples --seed $sampling_params.seed --output_type "${",".join(map(str, $sampling_params.output_types))}" #else: - --thinning 1 + --thinning 0 --algorithm 'CBS' --n_batches 1 --n_samples 1