ConSimParameters
ConSimParameters
evo.compute.tasks.geostatistics.conditioned_simulator.ConSimParameters
Parameters for the conditional simulation (consim) task.
This is the most comprehensive geostatistics compute task, supporting the full conditional turning-band simulation workflow.
source_object
Reference to the pointset containing source conditioning points.
source_attribute
Attribute reference for the source values.
target_object
Reference to the target 3D grid.
filter
Optional filter restricting the simulation to a subset of target-grid locations.
source_filter
Optional filter restricting conditioning to a subset of the source data.
neighborhood
Search neighborhood for conditioning.
variogram_model
Reference to the variogram model.
block_discretization
Sub-block discretization for support correction.
distribution
Optional distribution parameters for normal-score transformation.
kriging_method
The kriging method for conditioning (default: simple).
number_of_lines
Number of lines for turning-band simulation.
number_of_simulations
Number of simulations to run.
random_seed
Random seed for simulation and tie-breaking.
number_of_simulations_to_save
Number of simulations to publish to the output object.
loss_calculation
Optional loss calculation settings.
location_wise_quantiles
Optional list of quantiles to compute for each location.
probability_above_cutoff
Optional list of cutoff values to compute the probability of being above, for each location.
mean_above_cutoff
Optional list of cutoff values to compute the mean of values above, for each location.
perform_validation
Whether to run validation and generate a validation report.
report_context
Optional context for the validation report.
report_mean_thresholds
Optional thresholds for mean comparison in the validation report.