File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88n_points = 100
99
1010
11- ref_dirs = RandomSamplingAndMap (n_dim , n_points ).do (seed = 1 )
11+ ref_dirs = RandomSamplingAndMap (n_dim , n_points , seed = 1 ).do ()
1212Scatter (title = "Random Sampling + Mapping" ).add (ref_dirs ).show ()
1313
14- ref_dirs = ConstructionBasedReferenceDirectionFactory (n_dim , n_points ).do (seed = 1 )
14+ ref_dirs = ConstructionBasedReferenceDirectionFactory (n_dim , n_points , seed = 1 ).do ()
1515Scatter (title = "Construction" ).add (ref_dirs ).show ()
1616
17- ref_dirs = ReductionBasedReferenceDirectionFactory (n_dim , n_points ).do (seed = 1 )
17+ ref_dirs = ReductionBasedReferenceDirectionFactory (n_dim , n_points , seed = 1 ).do ()
1818Scatter (title = "Reduction" ).add (ref_dirs ).show ()
1919
20- ref_dirs = RieszEnergyReferenceDirectionFactory (n_dim , n_points ).do (seed = 1 )
20+ ref_dirs = RieszEnergyReferenceDirectionFactory (n_dim , n_points , seed = 1 ).do ()
2121Scatter (title = "Riesz s-Energy" ).add (ref_dirs ).show ()
2222
2323
You can’t perform that action at this time.
0 commit comments