single_action_using_tzar_reps: Execute a single action based on tzar repetition values in...

single_action_using_tzar_repsR Documentation

Execute a single action based on tzar repetition values in project.yaml

Description

This is the main workhorse function for bdpg. It's intended to generate a single bdproblem of a chosen type (COR, WRAP, APP) or a single reserve selector run based on inputs specified in the yaml file and its repetitions section. In general, tzar will spawn a process that calls this function across a set of problems, e.g., generating 10 apparent problems for each correct problem whose path is given in an input file.

Usage

single_action_using_tzar_reps(parameters, starting_dir, integerize)

Arguments

parameters

parameters list for the run, usually derived from project.yaml and can have a varying number and set of elements depending on the run

starting_dir

string containing full path of top directory where problems and/or runs are to be created

integerize

function to use in converting floats to ints

Value

Returns nothing.


langfob/bdpg documentation built on Dec. 8, 2022, 5:33 a.m.