# HG changeset patch # User luca_milaz # Date 1758557430 0 # Node ID 78b28b2ee1f0f1ef8de660ac959d06cd1d961136 # Parent f3c3af900de223bfae42bb66d4e98fd9da4acede Uploaded diff -r f3c3af900de2 -r 78b28b2ee1f0 COBRAxy/flux_simulation_beta.xml --- 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