### UPDATE THESE #####
error_path: /radraid/apps/personal/wasil/ga/debugging_ga_experiments/sm_kidney/error/distributor
######################
### For Condor ###
import:
simplemind.apt_agents.distributor:
distributor: CondorDAGDistributor
### UPDATE THESE ###
condor_workpath: /radraid/apps/personal/wasil/ga/debugging_ga_experiments/sm_kidney/distributor/pilot
###################
parallel_n: 5
parallel_sub_n: 5
parallel_misc_n: 5
n_sequential_jobs: 3
timeout: null
docker:
image: "registry.cvib.ucla.edu/sm_release:latest" ### to be updated from simplemind/dev repo
Sections:
Optimizer simply consumes binary strings of parameter sets (and the respective performance metric), and then suggests which of the next parameter sets to try explore next.Distributor takes these suggested parameter sets and processes them, using whatever job distribution mechanism specified. Parameter sets can be processed even without an optimizer.Task jobs, specified by the user — by default these are recommended to be (1) running SM Runner (case-wise), (2) running case-wise evaluation, (3) running population-wide results compilation. This can be generalized for the user to define more tasks for their own use.sm.apt and execution is done through sm.assessimport statements are now reflective of the new simplemind python package (e.g. import simplemind.apt_agents.optimizer )ga_train_list.csv and the evolve.py entry point.id image_file reference dataset fields.APT (GA 3.0)
(Steps 1-3 should have been done for you if you haven’t changed your evaluation script)
/src/qia/ga/evaluate_nodule_cg_2D.py
to