Skip to content

Commit

Permalink
modified optimization parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
AtefehKashani committed Aug 6, 2020
1 parent 609aaa0 commit a0aa758
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Examples/Python/left_atrium.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,21 +290,21 @@ def Run_Pipeline(args):
os.makedirs(pointDir)

parameterDictionary = {
"number_of_particles": 1024,
"use_normals": 1,
"number_of_particles": 512,
"use_normals": 0,
"normal_weight": 10.0,
"checkpointing_interval": 200,
"keep_checkpoints": 0,
"iterations_per_split": 4000,
"optimization_iterations": 4000,
"starting_regularization": 50000,
"ending_regularization": 0.1,
"starting_regularization": 1000,
"ending_regularization": 10,
"recompute_regularization_interval": 2,
"domains_per_shape": 1,
"relative_weighting": 50,
"relative_weighting": 10,
"domain_type" : 'image',
"initial_relative_weighting": 0.1,
"procrustes_interval": 0,
"procrustes_interval": 1,
"procrustes_scaling": 1,
"save_init_splits": 0,
"debug_projection": 0,
Expand Down

0 comments on commit a0aa758

Please sign in to comment.