Skip to content

Commit 28c5a98

Browse files
committed
update settings file after Tunny upgrade
1 parent d222709 commit 28c5a98

2 files changed

Lines changed: 35 additions & 21 deletions

File tree

-407 KB
Binary file not shown.

settings.json

Lines changed: 35 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
11
{
2-
"Version": "0.9.0",
2+
"Version": {
3+
"Major": 0,
4+
"Minor": 11,
5+
"Build": 0,
6+
"Revision": 0,
7+
"MajorRevision": 0,
8+
"MinorRevision": 0
9+
},
310
"Optimize": {
411
"Sampler": {
512
"Random": {
613
"Seed": 42
714
},
815
"Tpe": {
9-
"Seed": 42,
1016
"ConsiderPrior": true,
1117
"PriorWeight": 1.0,
1218
"ConsiderMagicClip": true,
1319
"ConsiderEndpoints": false,
1420
"NStartupTrials": 10,
1521
"NEICandidates": 24,
16-
"Multivariate": true,
22+
"Multivariate": false,
1723
"Group": false,
1824
"WarnIndependentSampling": true,
19-
"ConstantLiar": false
25+
"ConstantLiar": false,
26+
"Seed": 42
2027
},
2128
"CmaEs": {
22-
"Seed": 42,
2329
"Sigma0": null,
2430
"NStartupTrials": 1,
2531
"WarnIndependentSampling": true,
@@ -30,55 +36,63 @@
3036
"UseSeparableCma": false,
3137
"UseWarmStart": false,
3238
"WarmStartStudyName": "",
33-
"WithMargin": true
39+
"WithMargin": true,
40+
"LrAdapt": false,
41+
"Seed": 42
3442
},
3543
"NsgaII": {
36-
"Seed": 42,
3744
"MutationProb": null,
3845
"PopulationSize": 50,
3946
"Crossover": "",
4047
"CrossoverProb": 0.9,
41-
"SwappingProb": 0.5
48+
"SwappingProb": 0.5,
49+
"Seed": 42
4250
},
4351
"NsgaIII": {
4452
"ReferencePoints": null,
4553
"DividingParameter": 3,
46-
"Seed": 42,
4754
"MutationProb": null,
4855
"PopulationSize": 50,
4956
"Crossover": "",
5057
"CrossoverProb": 0.9,
51-
"SwappingProb": 0.5
58+
"SwappingProb": 0.5,
59+
"Seed": 42
5260
},
5361
"QMC": {
5462
"QmcType": "sobol",
5563
"Scramble": false,
56-
"Seed": 42,
5764
"WarnIndependentSampling": true,
58-
"WarnAsynchronousSeeding": true
65+
"WarnAsynchronousSeeding": true,
66+
"Seed": 42
5967
},
6068
"BoTorch": {
61-
"Seed": 42,
62-
"NStartupTrials": 10
69+
"NStartupTrials": 10,
70+
"Seed": 42
71+
},
72+
"GP": {
73+
"NStartupTrials": 10,
74+
"DeterministicObjective": false,
75+
"Seed": 42
6376
}
6477
},
65-
"NumberOfTrials": 5,
78+
"NumberOfTrials": 4096,
6679
"ContinueStudy": false,
6780
"CopyStudy": false,
68-
"SelectSampler": 0,
81+
"SelectSampler": 6,
6982
"Timeout": 0.0,
7083
"GcAfterTrial": 1,
7184
"ShowRealtimeResult": false
7285
},
7386
"Result": {
74-
"OutputNumberString": "0",
75-
"SelectVisualizeType": 7,
87+
"OutputNumberString": "3160",
88+
"SelectVisualizeType": 3,
7689
"NumberOfClusters": 3
7790
},
78-
"StudyName": "TPE-test-2",
91+
"StudyName": "SL_QMC_0",
7992
"Storage": {
80-
"Path": "C:\\Users\\KYC\\Downloads\\Larvik_Random-test_2024-01-25.log",
93+
"Path": "C:\\Users\\KYC\\Downloads\\2024-03-21_tunny_SL.log",
8194
"Type": 4
8295
},
83-
"CheckPythonLibraries": false
96+
"CheckPythonLibraries": false,
97+
"LogLevel": 2
8498
}

0 commit comments

Comments
 (0)