Skip to content

Commit

Permalink
take4
Browse files Browse the repository at this point in the history
  • Loading branch information
Susan Redmond authored and Susan Redmond committed Jan 15, 2019
1 parent b538382 commit d99b001
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/examples.rst
Expand Up @@ -13,7 +13,7 @@ Pyramid Example Configuration File
num_rand_edges = 10 # int
properties_path = 'gastop-config/properties.csv'
domain = '[[-1, -1, -1], [5, 1, 2]]'

::
[fitness_params]
equation = weighted_sum
[[parameters]]
Expand All @@ -22,13 +22,13 @@ Pyramid Example Configuration File
w_fos = 10000
w_mass = 1
w_deflection = 100

::
[evaluator_params]
struct_solver = mat_struct_analysis_DSM
mass_solver = mass_basic
interferences_solver = blank_test
cost_solver = cost_calc

::
[ga_params]
num_threads = 1
pop_size = 1500
Expand All @@ -38,17 +38,17 @@ Pyramid Example Configuration File
percent_crossover =
save_frequency = 5
save_filename_prefix = Recorded_States_

::
[monitor_params]
progress_fitness = True
progress_truss = True


::
# optional stuff

::
[random_params]
rng_seed =

::
[crossover_params]
node_crossover_method =
edge_crossover_method =
Expand All @@ -57,7 +57,7 @@ Pyramid Example Configuration File
[[edge_crossover_params]]
[[property_crossover_params]]


::
[mutator_params]
node_mutator_method =
edge_mutator_method =
Expand All @@ -68,7 +68,7 @@ Pyramid Example Configuration File
proportions =
[[property_mutator_params]]
proportions =

::
[selector_params]
method =
[[method_params]]
Expand Down

0 comments on commit d99b001

Please sign in to comment.