Skip to content

Commit

Permalink
Update parameters in one of the artistic experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofachada committed Jan 7, 2022
1 parent dc4df20 commit 84fa96c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Assets/Scripts/Experiments/ArtisticExperiment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class ArtisticExperiment : IExperiment
["Arena.18"] = new Dictionary<string, object>()
{
["_useSeed"] = true,
["_seed"] = -552867222,
["_seed"] = 1740802932,
["_pieceDistance"] = 0.0001f,
["_maxFailures"] = (uint)10,
["_checkOverlaps"] = true,
Expand All @@ -52,10 +52,10 @@ public class ArtisticExperiment : IExperiment
["_maxPieces"] = (uint)18
},
},
["Branch.3.9.12"] = new Dictionary<string, object>()
["Branch.5.12.2"] = new Dictionary<string, object>()
{
["_useSeed"] = true,
["_seed"] = 867031608,
["_seed"] = -35343304,
["_pieceDistance"] = 0.0001f,
["_maxFailures"] = (uint)10,
["_checkOverlaps"] = true,
Expand All @@ -65,8 +65,8 @@ public class ArtisticExperiment : IExperiment
["_selectionMethod"] = typeof(BranchSMConfig),
["_selectionParams"] = new Dictionary<string, object>()
{
["_branchCount"] = (uint)3,
["_branchLength"] = (uint)9,
["_branchCount"] = (uint)5,
["_branchLength"] = (uint)12,
["_branchLengthVar"] = (uint)2
},
},
Expand Down

0 comments on commit 84fa96c

Please sign in to comment.