Skip to content

Commit

Permalink
Example we convex hull
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonw1 committed Nov 7, 2024
1 parent 158baae commit 7d666ba
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions examples/burgers1d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,25 @@ parameter_space:
test_space:
type: grid

#an example if we want to provide training points on exterior
#of region and train in convex hull of training points
# parameter_space:
# parameters:
# - name: a
# min: 0.7
# max: 0.9
# test_space_type: exterior
# sample_size: 21
# list: [0.70, 0.725, 0.75, 0.800, 0.85, 0.90]
# - name: w
# min: 0.9
# max: 1.1
# test_space_type: exterior
# sample_size: 21
# list: [0.90, 0.970, 1.00, 0.925, 0.98, 1.10]
# test_space:
# type: hull

latent_space:
type: ae
ae:
Expand Down

0 comments on commit 7d666ba

Please sign in to comment.