changeset 472:00f2f3437ea3 draft

Uploaded
author luca_milaz
date Mon, 22 Sep 2025 15:32:28 +0000
parents 2cd40fa96d3f
children 05a80f8e0574
files COBRAxy/flux_simulation_beta.xml
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/flux_simulation_beta.xml	Mon Sep 22 15:23:28 2025 +0000
+++ b/COBRAxy/flux_simulation_beta.xml	Mon Sep 22 15:32:28 2025 +0000
@@ -48,6 +48,13 @@
             --n_samples $sampling_params.n_samples
             --seed $sampling_params.seed
             --output_type "${",".join(map(str, $sampling_params.output_types))}"
+        #else:
+            --thinning 0
+            --algorithm CBS
+            --n_batches 1
+            --n_samples 0
+            --seed 0
+            --output_type mean
         #end if
         
         --output_type_analysis "${",".join(map(str, $output_types_analysis))}"
@@ -98,7 +105,7 @@
                     </when>
                 </conditional>
 
-                <param name="n_samples" argument="--n_samples" type="integer" label="Samples:" value="1000"/>
+                <param name="n_samples" argument="--n_samples" type="integer" label="Samples:" value="1000" min="1" max="10000"/>
                 <param name="n_batches" argument="--n_batches" type="integer" label="Batches:" value="1" help="This is useful for computational performances."/>
                 <param name="seed" argument="--seed" type="integer" label="Seed:" value="0" help="Random seed."/>