mirror of
https://github.com/jung-geun/PSO.git
synced 2026-09-20 14:11:48 +09:00
Migrate the package and examples to the tensor-native PyTorch implementation, add benchmark evidence, and add the guarded post-training convergence protocol with TensorBoard progress monitoring and hash-verified recovery. Constraint: Preserve one-shot official-test sealing and auditable research artifacts Rejected: Commit local .omc runs and downloaded datasets | multi-gigabyte runtime state is machine-local Confidence: high Scope-risk: broad Not-tested: Production CUDA run on pieroot-server
20423 lines
585 KiB
JSON
20423 lines
585 KiB
JSON
{
|
|
"tuning_protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"quick": false,
|
|
"device": "mps",
|
|
"timestamp": "2026-09-01 07:10:25",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"split_fingerprints": {
|
|
"search_inner": "bfc8de485755d7f3",
|
|
"full": "dfe645918ece54c0"
|
|
},
|
|
"pca_provenance": {
|
|
"search": {
|
|
"n_samples_fit": 2400,
|
|
"n_samples_val": 600,
|
|
"n_components": 32,
|
|
"whiten": true,
|
|
"random_state": 42,
|
|
"explained_variance_ratio_sum": 0.7540379762649536
|
|
},
|
|
"full": {
|
|
"n_samples_fit": 3000,
|
|
"n_samples_test": 1000,
|
|
"n_components": 32,
|
|
"whiten": true,
|
|
"random_state": 42,
|
|
"explained_variance_ratio_sum": 0.7533358931541443
|
|
}
|
|
},
|
|
"selection_criteria": "Validation accuracy descending, then validation loss ascending across required search seeds",
|
|
"winners": {
|
|
"adaptive_moment": {
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"mean_val_loss": 0.9509724179903666,
|
|
"mean_val_acc": 0.7016666730244955,
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
}
|
|
}
|
|
},
|
|
"inertia": {
|
|
"candidate_label": "inertia_asymmetric",
|
|
"mean_val_loss": 1.0291322271029155,
|
|
"mean_val_acc": 0.6972222129503886,
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.8,
|
|
"c1": 1.2,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
}
|
|
},
|
|
"constriction": {
|
|
"candidate_label": "constriction_c205_canonical",
|
|
"mean_val_loss": 0.9844014843304952,
|
|
"mean_val_acc": 0.7088888883590698,
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.05,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.05,
|
|
"c1": 2.05
|
|
}
|
|
},
|
|
"local_best": {
|
|
"candidate_label": "local_best_r4_constant",
|
|
"mean_val_loss": 0.9449125925699869,
|
|
"mean_val_acc": 0.7244444489479065,
|
|
"config": {
|
|
"method": "local_best",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"neighborhood_radius": 4,
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
}
|
|
}
|
|
},
|
|
"quantum": {
|
|
"candidate_label": "quantum_beta_0.4_0.9",
|
|
"mean_val_loss": 1.337708830833435,
|
|
"mean_val_acc": 0.5649999976158142,
|
|
"config": {
|
|
"method": "quantum",
|
|
"velocity_limit_ratio": null,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"method_options": {
|
|
"beta_min": 0.4,
|
|
"beta_max": 0.9
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"summaries": {
|
|
"search": {
|
|
"am_b0.03_s0.5": {
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.03_s0.5",
|
|
"val_accs": [
|
|
0.6633333563804626,
|
|
0.6816666722297668,
|
|
0.6883333325386047
|
|
],
|
|
"val_losses": [
|
|
1.0964455604553223,
|
|
1.0115970373153687,
|
|
0.9940392971038818
|
|
],
|
|
"fit_times": [
|
|
2.5230953749269247,
|
|
2.5447300830855966,
|
|
2.493663167115301
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.677778,
|
|
"std": 0.012946,
|
|
"median": 0.681667,
|
|
"iqr": 0.0125,
|
|
"ci95_t": 0.032159
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.034027,
|
|
"std": 0.054764,
|
|
"median": 1.011597,
|
|
"iqr": 0.051203,
|
|
"ci95_t": 0.136043
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.520496,
|
|
"std": 0.025632,
|
|
"median": 2.523095,
|
|
"iqr": 0.025533,
|
|
"ci95_t": 0.063675
|
|
}
|
|
},
|
|
"am_b0.03_s1.0": {
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.03_s1.0",
|
|
"val_accs": [
|
|
0.6850000023841858,
|
|
0.6933333277702332,
|
|
0.6850000023841858
|
|
],
|
|
"val_losses": [
|
|
1.0240328311920166,
|
|
0.9720749855041504,
|
|
1.081996202468872
|
|
],
|
|
"fit_times": [
|
|
2.54264641716145,
|
|
2.491340707987547,
|
|
2.633713499875739
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.687778,
|
|
"std": 0.004811,
|
|
"median": 0.685,
|
|
"iqr": 0.004167,
|
|
"ci95_t": 0.011952
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.026035,
|
|
"std": 0.054988,
|
|
"median": 1.024033,
|
|
"iqr": 0.054961,
|
|
"ci95_t": 0.136599
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.5559,
|
|
"std": 0.072106,
|
|
"median": 2.542646,
|
|
"iqr": 0.071186,
|
|
"ci95_t": 0.179123
|
|
}
|
|
},
|
|
"am_b0.03_s1.5": {
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.03_s1.5",
|
|
"val_accs": [
|
|
0.6850000023841858,
|
|
0.7266666889190674,
|
|
0.6833333373069763
|
|
],
|
|
"val_losses": [
|
|
1.030881404876709,
|
|
0.8990310430526733,
|
|
1.0034033060073853
|
|
],
|
|
"fit_times": [
|
|
2.8367540831677616,
|
|
2.5477614579722285,
|
|
2.5643632498104125
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.698333,
|
|
"std": 0.024552,
|
|
"median": 0.685,
|
|
"iqr": 0.021667,
|
|
"ci95_t": 0.06099
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 0.977772,
|
|
"std": 0.069562,
|
|
"median": 1.003403,
|
|
"iqr": 0.065925,
|
|
"ci95_t": 0.172803
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.649626,
|
|
"std": 0.16227,
|
|
"median": 2.564363,
|
|
"iqr": 0.144496,
|
|
"ci95_t": 0.403105
|
|
}
|
|
},
|
|
"am_b0.06_s0.5": {
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"val_accs": [
|
|
0.675000011920929,
|
|
0.7083333134651184,
|
|
0.721666693687439
|
|
],
|
|
"val_losses": [
|
|
1.0220483541488647,
|
|
0.9152445197105408,
|
|
0.9156243801116943
|
|
],
|
|
"fit_times": [
|
|
2.6285997920203954,
|
|
2.7918378338217735,
|
|
2.729898874880746
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.701667,
|
|
"std": 0.024037,
|
|
"median": 0.708333,
|
|
"iqr": 0.023333,
|
|
"ci95_t": 0.059712
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 0.950972,
|
|
"std": 0.061554,
|
|
"median": 0.915624,
|
|
"iqr": 0.053402,
|
|
"ci95_t": 0.15291
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.716779,
|
|
"std": 0.082406,
|
|
"median": 2.729899,
|
|
"iqr": 0.081619,
|
|
"ci95_t": 0.20471
|
|
}
|
|
},
|
|
"am_b0.06_s1.0": {
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s1.0",
|
|
"val_accs": [
|
|
0.6899999976158142,
|
|
0.6933333277702332,
|
|
0.7083333134651184
|
|
],
|
|
"val_losses": [
|
|
0.9721739888191223,
|
|
0.9488086104393005,
|
|
0.9320653080940247
|
|
],
|
|
"fit_times": [
|
|
2.5812953328713775,
|
|
2.8018474159762263,
|
|
2.7171109160408378
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.697222,
|
|
"std": 0.009766,
|
|
"median": 0.693333,
|
|
"iqr": 0.009167,
|
|
"ci95_t": 0.02426
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 0.951016,
|
|
"std": 0.020145,
|
|
"median": 0.948809,
|
|
"iqr": 0.020054,
|
|
"ci95_t": 0.050044
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.700085,
|
|
"std": 0.111257,
|
|
"median": 2.717111,
|
|
"iqr": 0.110276,
|
|
"ci95_t": 0.276382
|
|
}
|
|
},
|
|
"am_b0.06_s1.5": {
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s1.5",
|
|
"val_accs": [
|
|
0.6650000214576721,
|
|
0.6833333373069763,
|
|
0.6499999761581421
|
|
],
|
|
"val_losses": [
|
|
1.1235008239746094,
|
|
1.0213521718978882,
|
|
1.0920277833938599
|
|
],
|
|
"fit_times": [
|
|
2.7500752080231905,
|
|
3.103288209065795,
|
|
2.862214791122824
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.666111,
|
|
"std": 0.016694,
|
|
"median": 0.665,
|
|
"iqr": 0.016667,
|
|
"ci95_t": 0.041472
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.07896,
|
|
"std": 0.052313,
|
|
"median": 1.092028,
|
|
"iqr": 0.051074,
|
|
"ci95_t": 0.129954
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.905193,
|
|
"std": 0.180486,
|
|
"median": 2.862215,
|
|
"iqr": 0.176607,
|
|
"ci95_t": 0.448357
|
|
}
|
|
},
|
|
"am_b0.1_s0.5": {
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.1_s0.5",
|
|
"val_accs": [
|
|
0.6766666769981384,
|
|
0.6983333230018616,
|
|
0.7283333539962769
|
|
],
|
|
"val_losses": [
|
|
1.0877516269683838,
|
|
0.9451570510864258,
|
|
0.8658249974250793
|
|
],
|
|
"fit_times": [
|
|
2.8528131251223385,
|
|
2.7851123749278486,
|
|
2.7191387079656124
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.701111,
|
|
"std": 0.025945,
|
|
"median": 0.698333,
|
|
"iqr": 0.025833,
|
|
"ci95_t": 0.064452
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 0.966245,
|
|
"std": 0.112456,
|
|
"median": 0.945157,
|
|
"iqr": 0.110963,
|
|
"ci95_t": 0.279359
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.785688,
|
|
"std": 0.066839,
|
|
"median": 2.785112,
|
|
"iqr": 0.066837,
|
|
"ci95_t": 0.166039
|
|
}
|
|
},
|
|
"am_b0.1_s1.0": {
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.1_s1.0",
|
|
"val_accs": [
|
|
0.7016666531562805,
|
|
0.6966666579246521,
|
|
0.6783333420753479
|
|
],
|
|
"val_losses": [
|
|
0.9926102757453918,
|
|
1.009635329246521,
|
|
1.0561128854751587
|
|
],
|
|
"fit_times": [
|
|
2.8380547501146793,
|
|
2.905045999912545,
|
|
2.7804793331306428
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.692222,
|
|
"std": 0.012285,
|
|
"median": 0.696667,
|
|
"iqr": 0.011667,
|
|
"ci95_t": 0.030518
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.019453,
|
|
"std": 0.03287,
|
|
"median": 1.009635,
|
|
"iqr": 0.031751,
|
|
"ci95_t": 0.081654
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.841193,
|
|
"std": 0.062343,
|
|
"median": 2.838055,
|
|
"iqr": 0.062283,
|
|
"ci95_t": 0.154869
|
|
}
|
|
},
|
|
"am_b0.1_s1.5": {
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.1_s1.5",
|
|
"val_accs": [
|
|
0.6899999976158142,
|
|
0.6966666579246521,
|
|
0.6850000023841858
|
|
],
|
|
"val_losses": [
|
|
1.00997793674469,
|
|
1.063821792602539,
|
|
1.0491483211517334
|
|
],
|
|
"fit_times": [
|
|
2.8892802079208195,
|
|
2.669369083130732,
|
|
2.626303083030507
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.690556,
|
|
"std": 0.005853,
|
|
"median": 0.69,
|
|
"iqr": 0.005833,
|
|
"ci95_t": 0.01454
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.040983,
|
|
"std": 0.027835,
|
|
"median": 1.049148,
|
|
"iqr": 0.026922,
|
|
"ci95_t": 0.069147
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.728317,
|
|
"std": 0.141051,
|
|
"median": 2.669369,
|
|
"iqr": 0.131489,
|
|
"ci95_t": 0.350394
|
|
}
|
|
},
|
|
"am_b0.15_s0.5": {
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.15_s0.5",
|
|
"val_accs": [
|
|
0.6600000262260437,
|
|
0.7300000190734863,
|
|
0.70333331823349
|
|
],
|
|
"val_losses": [
|
|
1.1322306394577026,
|
|
0.9312149882316589,
|
|
0.9656715989112854
|
|
],
|
|
"fit_times": [
|
|
2.5766194579191506,
|
|
2.731992583023384,
|
|
3.0274115409702063
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.697778,
|
|
"std": 0.035329,
|
|
"median": 0.703333,
|
|
"iqr": 0.035,
|
|
"ci95_t": 0.087763
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.009706,
|
|
"std": 0.107499,
|
|
"median": 0.965672,
|
|
"iqr": 0.100508,
|
|
"ci95_t": 0.267046
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.778675,
|
|
"std": 0.228993,
|
|
"median": 2.731993,
|
|
"iqr": 0.225396,
|
|
"ci95_t": 0.568856
|
|
}
|
|
},
|
|
"am_b0.15_s1.0": {
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.15_s1.0",
|
|
"val_accs": [
|
|
0.7166666388511658,
|
|
0.6949999928474426,
|
|
0.6866666674613953
|
|
],
|
|
"val_losses": [
|
|
0.9564719796180725,
|
|
0.9963273406028748,
|
|
1.0127019882202148
|
|
],
|
|
"fit_times": [
|
|
2.9793542500119656,
|
|
2.8151185419410467,
|
|
3.0412363330833614
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.699444,
|
|
"std": 0.015486,
|
|
"median": 0.695,
|
|
"iqr": 0.015,
|
|
"ci95_t": 0.03847
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 0.9885,
|
|
"std": 0.028921,
|
|
"median": 0.996327,
|
|
"iqr": 0.028115,
|
|
"ci95_t": 0.071843
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.945236,
|
|
"std": 0.116856,
|
|
"median": 2.979354,
|
|
"iqr": 0.113059,
|
|
"ci95_t": 0.29029
|
|
}
|
|
},
|
|
"am_b0.15_s1.5": {
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.15_s1.5",
|
|
"val_accs": [
|
|
0.6133333444595337,
|
|
0.6966666579246521,
|
|
0.6983333230018616
|
|
],
|
|
"val_losses": [
|
|
1.2029211521148682,
|
|
1.0831577777862549,
|
|
0.9602290987968445
|
|
],
|
|
"fit_times": [
|
|
3.1714885828550905,
|
|
2.993674041936174,
|
|
2.7658886671997607
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.669444,
|
|
"std": 0.048601,
|
|
"median": 0.696667,
|
|
"iqr": 0.0425,
|
|
"ci95_t": 0.120732
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.082103,
|
|
"std": 0.121349,
|
|
"median": 1.083158,
|
|
"iqr": 0.121346,
|
|
"ci95_t": 0.301452
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.977017,
|
|
"std": 0.203312,
|
|
"median": 2.993674,
|
|
"iqr": 0.2028,
|
|
"ci95_t": 0.505061
|
|
}
|
|
},
|
|
"am_b0.06_s1.0_beta0.8": {
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s1.0_beta0.8",
|
|
"val_accs": [
|
|
0.6700000166893005,
|
|
0.6683333516120911,
|
|
0.70333331823349
|
|
],
|
|
"val_losses": [
|
|
1.1239941120147705,
|
|
1.0324488878250122,
|
|
0.938503623008728
|
|
],
|
|
"fit_times": [
|
|
2.764871333958581,
|
|
2.830462665995583,
|
|
2.8122877080459148
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.680556,
|
|
"std": 0.019744,
|
|
"median": 0.67,
|
|
"iqr": 0.0175,
|
|
"ci95_t": 0.049047
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.031649,
|
|
"std": 0.092748,
|
|
"median": 1.032449,
|
|
"iqr": 0.092745,
|
|
"ci95_t": 0.230401
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.802541,
|
|
"std": 0.033865,
|
|
"median": 2.812288,
|
|
"iqr": 0.032796,
|
|
"ci95_t": 0.084125
|
|
}
|
|
},
|
|
"am_b0.06_s1.0_beta0.95": {
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s1.0_beta0.95",
|
|
"val_accs": [
|
|
0.6800000071525574,
|
|
0.6833333373069763,
|
|
0.6683333516120911
|
|
],
|
|
"val_losses": [
|
|
1.0093973875045776,
|
|
0.9828318357467651,
|
|
1.0834088325500488
|
|
],
|
|
"fit_times": [
|
|
2.9217382080387324,
|
|
2.777603624854237,
|
|
3.0502532080281526
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.677222,
|
|
"std": 0.007876,
|
|
"median": 0.68,
|
|
"iqr": 0.0075,
|
|
"ci95_t": 0.019566
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.025213,
|
|
"std": 0.05212,
|
|
"median": 1.009397,
|
|
"iqr": 0.050288,
|
|
"ci95_t": 0.129475
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.916532,
|
|
"std": 0.136399,
|
|
"median": 2.921738,
|
|
"iqr": 0.136325,
|
|
"ci95_t": 0.338838
|
|
}
|
|
},
|
|
"inertia_canonical": {
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_canonical",
|
|
"val_accs": [
|
|
0.6000000238418579,
|
|
0.5066666603088379,
|
|
0.5683333277702332
|
|
],
|
|
"val_losses": [
|
|
1.4125466346740723,
|
|
1.6294100284576416,
|
|
1.4316622018814087
|
|
],
|
|
"fit_times": [
|
|
3.098805333022028,
|
|
2.652766958111897,
|
|
2.529014667030424
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.558333,
|
|
"std": 0.047463,
|
|
"median": 0.568333,
|
|
"iqr": 0.046667,
|
|
"ci95_t": 0.117907
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.491206,
|
|
"std": 0.120069,
|
|
"median": 1.431662,
|
|
"iqr": 0.108432,
|
|
"ci95_t": 0.298271
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.760196,
|
|
"std": 0.299702,
|
|
"median": 2.652767,
|
|
"iqr": 0.284895,
|
|
"ci95_t": 0.744508
|
|
}
|
|
},
|
|
"inertia_tuned": {
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_tuned",
|
|
"val_accs": [
|
|
0.6816666722297668,
|
|
0.7250000238418579,
|
|
0.6766666769981384
|
|
],
|
|
"val_losses": [
|
|
1.0345858335494995,
|
|
0.9224241375923157,
|
|
1.0678696632385254
|
|
],
|
|
"fit_times": [
|
|
2.626064541982487,
|
|
2.5009557919111103,
|
|
2.4420957090333104
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.694444,
|
|
"std": 0.02658,
|
|
"median": 0.681667,
|
|
"iqr": 0.024167,
|
|
"ci95_t": 0.066028
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.008293,
|
|
"std": 0.076204,
|
|
"median": 1.034586,
|
|
"iqr": 0.072723,
|
|
"ci95_t": 0.189304
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.523039,
|
|
"std": 0.093951,
|
|
"median": 2.500956,
|
|
"iqr": 0.091984,
|
|
"ci95_t": 0.233391
|
|
}
|
|
},
|
|
"inertia_low_w": {
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_low_w",
|
|
"val_accs": [
|
|
0.6850000023841858,
|
|
0.70333331823349,
|
|
0.6983333230018616
|
|
],
|
|
"val_losses": [
|
|
1.0575727224349976,
|
|
0.9806669354438782,
|
|
0.9656168818473816
|
|
],
|
|
"fit_times": [
|
|
2.484879707917571,
|
|
2.643615792039782,
|
|
2.4834530411753803
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.695556,
|
|
"std": 0.009477,
|
|
"median": 0.698333,
|
|
"iqr": 0.009167,
|
|
"ci95_t": 0.023543
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.001286,
|
|
"std": 0.049324,
|
|
"median": 0.980667,
|
|
"iqr": 0.045978,
|
|
"ci95_t": 0.122528
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.537316,
|
|
"std": 0.092061,
|
|
"median": 2.48488,
|
|
"iqr": 0.080081,
|
|
"ci95_t": 0.228695
|
|
}
|
|
},
|
|
"inertia_w_decay": {
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_w_decay",
|
|
"val_accs": [
|
|
0.6983333230018616,
|
|
0.6700000166893005,
|
|
0.6816666722297668
|
|
],
|
|
"val_losses": [
|
|
1.025821566581726,
|
|
1.1661359071731567,
|
|
0.9870904684066772
|
|
],
|
|
"fit_times": [
|
|
2.426888459129259,
|
|
2.480164624983445,
|
|
2.422041916055605
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.683333,
|
|
"std": 0.01424,
|
|
"median": 0.681667,
|
|
"iqr": 0.014167,
|
|
"ci95_t": 0.035374
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.059683,
|
|
"std": 0.094203,
|
|
"median": 1.025822,
|
|
"iqr": 0.089523,
|
|
"ci95_t": 0.234016
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.443032,
|
|
"std": 0.032249,
|
|
"median": 2.426888,
|
|
"iqr": 0.029061,
|
|
"ci95_t": 0.080112
|
|
}
|
|
},
|
|
"inertia_asymmetric": {
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_asymmetric",
|
|
"val_accs": [
|
|
0.6949999928474426,
|
|
0.6933333277702332,
|
|
0.70333331823349
|
|
],
|
|
"val_losses": [
|
|
1.0954482555389404,
|
|
1.0121054649353027,
|
|
0.9798429608345032
|
|
],
|
|
"fit_times": [
|
|
2.485565959010273,
|
|
2.5209125420078635,
|
|
2.5959840829018503
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.697222,
|
|
"std": 0.005358,
|
|
"median": 0.695,
|
|
"iqr": 0.005,
|
|
"ci95_t": 0.013309
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.029132,
|
|
"std": 0.059654,
|
|
"median": 1.012105,
|
|
"iqr": 0.057803,
|
|
"ci95_t": 0.14819
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.534154,
|
|
"std": 0.056387,
|
|
"median": 2.520913,
|
|
"iqr": 0.055209,
|
|
"ci95_t": 0.140076
|
|
}
|
|
},
|
|
"constriction_c201": {
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c201",
|
|
"val_accs": [
|
|
0.6916666626930237,
|
|
0.6883333325386047,
|
|
0.7166666388511658
|
|
],
|
|
"val_losses": [
|
|
0.9738073945045471,
|
|
1.0523117780685425,
|
|
0.9275049567222595
|
|
],
|
|
"fit_times": [
|
|
2.698073250008747,
|
|
3.4117308750282973,
|
|
3.1805959579069167
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.698889,
|
|
"std": 0.015486,
|
|
"median": 0.691667,
|
|
"iqr": 0.014167,
|
|
"ci95_t": 0.03847
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 0.984541,
|
|
"std": 0.063092,
|
|
"median": 0.973807,
|
|
"iqr": 0.062403,
|
|
"ci95_t": 0.156731
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 3.0968,
|
|
"std": 0.364133,
|
|
"median": 3.180596,
|
|
"iqr": 0.356829,
|
|
"ci95_t": 0.904567
|
|
}
|
|
},
|
|
"constriction_c205_canonical": {
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c205_canonical",
|
|
"val_accs": [
|
|
0.6933333277702332,
|
|
0.6866666674613953,
|
|
0.746666669845581
|
|
],
|
|
"val_losses": [
|
|
1.0619410276412964,
|
|
1.016150712966919,
|
|
0.8751127123832703
|
|
],
|
|
"fit_times": [
|
|
3.237764042103663,
|
|
2.7161605830769986,
|
|
2.968678707955405
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.708889,
|
|
"std": 0.032886,
|
|
"median": 0.693333,
|
|
"iqr": 0.03,
|
|
"ci95_t": 0.081694
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 0.984401,
|
|
"std": 0.097377,
|
|
"median": 1.016151,
|
|
"iqr": 0.093414,
|
|
"ci95_t": 0.2419
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.974201,
|
|
"std": 0.260846,
|
|
"median": 2.968679,
|
|
"iqr": 0.260802,
|
|
"ci95_t": 0.647983
|
|
}
|
|
},
|
|
"constriction_c205_tuned": {
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c205_tuned",
|
|
"val_accs": [
|
|
0.699999988079071,
|
|
0.7116666436195374,
|
|
0.7133333086967468
|
|
],
|
|
"val_losses": [
|
|
0.991266667842865,
|
|
0.9303705096244812,
|
|
0.9846652150154114
|
|
],
|
|
"fit_times": [
|
|
3.042221749899909,
|
|
2.8448961251415312,
|
|
3.1848887908272445
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.708333,
|
|
"std": 0.007265,
|
|
"median": 0.711667,
|
|
"iqr": 0.006667,
|
|
"ci95_t": 0.018047
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 0.968767,
|
|
"std": 0.033416,
|
|
"median": 0.984665,
|
|
"iqr": 0.030448,
|
|
"ci95_t": 0.083011
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 3.024002,
|
|
"std": 0.170727,
|
|
"median": 3.042222,
|
|
"iqr": 0.169996,
|
|
"ci95_t": 0.424114
|
|
}
|
|
},
|
|
"constriction_c250": {
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c250",
|
|
"val_accs": [
|
|
0.18666666746139526,
|
|
0.2150000035762787,
|
|
0.20499999821186066
|
|
],
|
|
"val_losses": [
|
|
2.250452756881714,
|
|
2.2187206745147705,
|
|
2.178219795227051
|
|
],
|
|
"fit_times": [
|
|
2.9961123750545084,
|
|
3.024313250090927,
|
|
2.961929291021079
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.202222,
|
|
"std": 0.014369,
|
|
"median": 0.205,
|
|
"iqr": 0.014167,
|
|
"ci95_t": 0.035696
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 2.215798,
|
|
"std": 0.036205,
|
|
"median": 2.218721,
|
|
"iqr": 0.036116,
|
|
"ci95_t": 0.089939
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.994118,
|
|
"std": 0.03124,
|
|
"median": 2.996112,
|
|
"iqr": 0.031192,
|
|
"ci95_t": 0.077605
|
|
}
|
|
},
|
|
"constriction_asymmetric": {
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_asymmetric",
|
|
"val_accs": [
|
|
0.6316666603088379,
|
|
0.5883333086967468,
|
|
0.6200000047683716
|
|
],
|
|
"val_losses": [
|
|
1.2170491218566895,
|
|
1.2684078216552734,
|
|
1.2376829385757446
|
|
],
|
|
"fit_times": [
|
|
3.023697500117123,
|
|
2.8057189998216927,
|
|
2.709051915910095
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.613333,
|
|
"std": 0.022423,
|
|
"median": 0.62,
|
|
"iqr": 0.021667,
|
|
"ci95_t": 0.055702
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.241047,
|
|
"std": 0.025844,
|
|
"median": 1.237683,
|
|
"iqr": 0.025679,
|
|
"ci95_t": 0.064201
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.846156,
|
|
"std": 0.161173,
|
|
"median": 2.805719,
|
|
"iqr": 0.157323,
|
|
"ci95_t": 0.400381
|
|
}
|
|
},
|
|
"local_best_r1_constant": {
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r1_constant",
|
|
"val_accs": [
|
|
0.528333306312561,
|
|
0.5333333611488342,
|
|
0.5366666913032532
|
|
],
|
|
"val_losses": [
|
|
1.4319947957992554,
|
|
1.4473850727081299,
|
|
1.5045198202133179
|
|
],
|
|
"fit_times": [
|
|
2.6544057081919163,
|
|
2.7407990000210702,
|
|
2.693694499786943
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.532778,
|
|
"std": 0.004194,
|
|
"median": 0.533333,
|
|
"iqr": 0.004167,
|
|
"ci95_t": 0.01042
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.4613,
|
|
"std": 0.038212,
|
|
"median": 1.447385,
|
|
"iqr": 0.036263,
|
|
"ci95_t": 0.094926
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.6963,
|
|
"std": 0.043256,
|
|
"median": 2.693694,
|
|
"iqr": 0.043197,
|
|
"ci95_t": 0.107454
|
|
}
|
|
},
|
|
"local_best_r2_constant": {
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r2_constant",
|
|
"val_accs": [
|
|
0.628333330154419,
|
|
0.6700000166893005,
|
|
0.6516666412353516
|
|
],
|
|
"val_losses": [
|
|
1.191932201385498,
|
|
1.1325551271438599,
|
|
1.2125868797302246
|
|
],
|
|
"fit_times": [
|
|
2.4563205409795046,
|
|
2.5833707919809967,
|
|
2.475700625218451
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.65,
|
|
"std": 0.020883,
|
|
"median": 0.651667,
|
|
"iqr": 0.020833,
|
|
"ci95_t": 0.051878
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.179025,
|
|
"std": 0.041548,
|
|
"median": 1.191932,
|
|
"iqr": 0.040016,
|
|
"ci95_t": 0.103212
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.505131,
|
|
"std": 0.068447,
|
|
"median": 2.475701,
|
|
"iqr": 0.063525,
|
|
"ci95_t": 0.170034
|
|
}
|
|
},
|
|
"local_best_r4_constant": {
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r4_constant",
|
|
"val_accs": [
|
|
0.699999988079071,
|
|
0.7283333539962769,
|
|
0.7450000047683716
|
|
],
|
|
"val_losses": [
|
|
1.0000126361846924,
|
|
0.9295963644981384,
|
|
0.9051287770271301
|
|
],
|
|
"fit_times": [
|
|
2.4682277080137283,
|
|
2.4259307920001447,
|
|
2.4171505419071764
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.724444,
|
|
"std": 0.022751,
|
|
"median": 0.728333,
|
|
"iqr": 0.0225,
|
|
"ci95_t": 0.056516
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 0.944913,
|
|
"std": 0.049261,
|
|
"median": 0.929596,
|
|
"iqr": 0.047442,
|
|
"ci95_t": 0.122373
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.437103,
|
|
"std": 0.02731,
|
|
"median": 2.425931,
|
|
"iqr": 0.025539,
|
|
"ci95_t": 0.067842
|
|
}
|
|
},
|
|
"local_best_r1_decay": {
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r1_decay",
|
|
"val_accs": [
|
|
0.5400000214576721,
|
|
0.5733333230018616,
|
|
0.5416666865348816
|
|
],
|
|
"val_losses": [
|
|
1.4867504835128784,
|
|
1.4699759483337402,
|
|
1.4344968795776367
|
|
],
|
|
"fit_times": [
|
|
2.455931582953781,
|
|
2.5800107079558074,
|
|
2.5192452499177307
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.551667,
|
|
"std": 0.018782,
|
|
"median": 0.541667,
|
|
"iqr": 0.016667,
|
|
"ci95_t": 0.046658
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.463741,
|
|
"std": 0.026679,
|
|
"median": 1.469976,
|
|
"iqr": 0.026127,
|
|
"ci95_t": 0.066275
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.518396,
|
|
"std": 0.062044,
|
|
"median": 2.519245,
|
|
"iqr": 0.06204,
|
|
"ci95_t": 0.154127
|
|
}
|
|
},
|
|
"quantum_beta_0.5_1.0": {
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.5_1.0",
|
|
"val_accs": [
|
|
0.5183333158493042,
|
|
0.5383333563804626,
|
|
0.574999988079071
|
|
],
|
|
"val_losses": [
|
|
1.4257338047027588,
|
|
1.3660792112350464,
|
|
1.295978307723999
|
|
],
|
|
"fit_times": [
|
|
2.411743083037436,
|
|
2.398069208022207,
|
|
2.4090406668838114
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.543889,
|
|
"std": 0.028739,
|
|
"median": 0.538333,
|
|
"iqr": 0.028333,
|
|
"ci95_t": 0.071392
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.362597,
|
|
"std": 0.064948,
|
|
"median": 1.366079,
|
|
"iqr": 0.064878,
|
|
"ci95_t": 0.161341
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.406284,
|
|
"std": 0.007242,
|
|
"median": 2.409041,
|
|
"iqr": 0.006837,
|
|
"ci95_t": 0.01799
|
|
}
|
|
},
|
|
"quantum_beta_0.6_1.0": {
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.6_1.0",
|
|
"val_accs": [
|
|
0.4050000011920929,
|
|
0.3866666555404663,
|
|
0.4399999976158142
|
|
],
|
|
"val_losses": [
|
|
1.7316218614578247,
|
|
1.7482523918151855,
|
|
1.684290885925293
|
|
],
|
|
"fit_times": [
|
|
2.4751413341145962,
|
|
2.41624170797877,
|
|
2.4244089999701828
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.410556,
|
|
"std": 0.027097,
|
|
"median": 0.405,
|
|
"iqr": 0.026667,
|
|
"ci95_t": 0.067314
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.721388,
|
|
"std": 0.033186,
|
|
"median": 1.731622,
|
|
"iqr": 0.031981,
|
|
"ci95_t": 0.08244
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.438597,
|
|
"std": 0.03191,
|
|
"median": 2.424409,
|
|
"iqr": 0.02945,
|
|
"ci95_t": 0.079271
|
|
}
|
|
},
|
|
"quantum_beta_0.5_1.2": {
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.5_1.2",
|
|
"val_accs": [
|
|
0.43833333253860474,
|
|
0.5133333206176758,
|
|
0.3916666805744171
|
|
],
|
|
"val_losses": [
|
|
1.6313401460647583,
|
|
1.515285849571228,
|
|
1.7098183631896973
|
|
],
|
|
"fit_times": [
|
|
2.379183917073533,
|
|
2.3730562501586974,
|
|
2.438973000040278
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.447778,
|
|
"std": 0.061381,
|
|
"median": 0.438333,
|
|
"iqr": 0.060833,
|
|
"ci95_t": 0.15248
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.618815,
|
|
"std": 0.097869,
|
|
"median": 1.63134,
|
|
"iqr": 0.097266,
|
|
"ci95_t": 0.243123
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.397071,
|
|
"std": 0.036417,
|
|
"median": 2.379184,
|
|
"iqr": 0.032958,
|
|
"ci95_t": 0.090466
|
|
}
|
|
},
|
|
"quantum_beta_0.4_0.9": {
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.4_0.9",
|
|
"val_accs": [
|
|
0.5433333516120911,
|
|
0.5716666579246521,
|
|
0.5799999833106995
|
|
],
|
|
"val_losses": [
|
|
1.369968295097351,
|
|
1.3982360363006592,
|
|
1.244922161102295
|
|
],
|
|
"fit_times": [
|
|
2.5881015001796186,
|
|
2.5672016669996083,
|
|
2.4583064999897033
|
|
],
|
|
"val_acc_stats": {
|
|
"mean": 0.565,
|
|
"std": 0.019221,
|
|
"median": 0.571667,
|
|
"iqr": 0.018333,
|
|
"ci95_t": 0.047748
|
|
},
|
|
"val_loss_stats": {
|
|
"mean": 1.337709,
|
|
"std": 0.081589,
|
|
"median": 1.369968,
|
|
"iqr": 0.076657,
|
|
"ci95_t": 0.202681
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.53787,
|
|
"std": 0.069692,
|
|
"median": 2.567202,
|
|
"iqr": 0.064898,
|
|
"ci95_t": 0.173126
|
|
}
|
|
}
|
|
},
|
|
"confirmation": {
|
|
"adaptive_moment": {
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"test_accs": [
|
|
0.5960000157356262,
|
|
0.6150000095367432,
|
|
0.6190000176429749,
|
|
0.6150000095367432,
|
|
0.6079999804496765
|
|
],
|
|
"test_losses": [
|
|
1.2476433515548706,
|
|
1.2172735929489136,
|
|
1.2344101667404175,
|
|
1.1978241205215454,
|
|
1.2509828805923462
|
|
],
|
|
"fit_times": [
|
|
3.3018275420181453,
|
|
3.082969541894272,
|
|
2.7472599998582155,
|
|
2.670909541891888,
|
|
2.9130489169619977
|
|
],
|
|
"test_acc_stats": {
|
|
"mean": 0.6106,
|
|
"std": 0.009072,
|
|
"median": 0.615,
|
|
"iqr": 0.007,
|
|
"ci95_t": 0.011264
|
|
},
|
|
"test_loss_stats": {
|
|
"mean": 1.229627,
|
|
"std": 0.022179,
|
|
"median": 1.23441,
|
|
"iqr": 0.03037,
|
|
"ci95_t": 0.027538
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.943203,
|
|
"std": 0.255731,
|
|
"median": 2.913049,
|
|
"iqr": 0.33571,
|
|
"ci95_t": 0.317527
|
|
}
|
|
},
|
|
"inertia": {
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_asymmetric",
|
|
"test_accs": [
|
|
0.6320000290870667,
|
|
0.578000009059906,
|
|
0.6620000004768372,
|
|
0.621999979019165,
|
|
0.6209999918937683
|
|
],
|
|
"test_losses": [
|
|
1.2075469493865967,
|
|
1.2740414142608643,
|
|
1.0797629356384277,
|
|
1.2426005601882935,
|
|
1.2609055042266846
|
|
],
|
|
"fit_times": [
|
|
2.564156916923821,
|
|
2.5913295838981867,
|
|
2.6188287080731243,
|
|
2.534188667079434,
|
|
2.542070833966136
|
|
],
|
|
"test_acc_stats": {
|
|
"mean": 0.623,
|
|
"std": 0.030133,
|
|
"median": 0.622,
|
|
"iqr": 0.011,
|
|
"ci95_t": 0.037415
|
|
},
|
|
"test_loss_stats": {
|
|
"mean": 1.212971,
|
|
"std": 0.078548,
|
|
"median": 1.242601,
|
|
"iqr": 0.053359,
|
|
"ci95_t": 0.097528
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.570115,
|
|
"std": 0.035127,
|
|
"median": 2.564157,
|
|
"iqr": 0.049259,
|
|
"ci95_t": 0.043616
|
|
}
|
|
},
|
|
"constriction": {
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c205_canonical",
|
|
"test_accs": [
|
|
0.6299999952316284,
|
|
0.5849999785423279,
|
|
0.5789999961853027,
|
|
0.6179999709129333,
|
|
0.6209999918937683
|
|
],
|
|
"test_losses": [
|
|
1.2035431861877441,
|
|
1.3196481466293335,
|
|
1.2498247623443604,
|
|
1.2384077310562134,
|
|
1.219950795173645
|
|
],
|
|
"fit_times": [
|
|
2.5165979999583215,
|
|
2.481917541939765,
|
|
2.593008500058204,
|
|
2.4862103750929236,
|
|
2.5256920421961695
|
|
],
|
|
"test_acc_stats": {
|
|
"mean": 0.6066,
|
|
"std": 0.022985,
|
|
"median": 0.618,
|
|
"iqr": 0.036,
|
|
"ci95_t": 0.028539
|
|
},
|
|
"test_loss_stats": {
|
|
"mean": 1.246275,
|
|
"std": 0.044657,
|
|
"median": 1.238408,
|
|
"iqr": 0.029874,
|
|
"ci95_t": 0.055448
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.520685,
|
|
"std": 0.04462,
|
|
"median": 2.516598,
|
|
"iqr": 0.039482,
|
|
"ci95_t": 0.055402
|
|
}
|
|
},
|
|
"local_best": {
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r4_constant",
|
|
"test_accs": [
|
|
0.6549999713897705,
|
|
0.593999981880188,
|
|
0.6570000052452087,
|
|
0.625,
|
|
0.6010000109672546
|
|
],
|
|
"test_losses": [
|
|
1.1751943826675415,
|
|
1.2656233310699463,
|
|
1.167758584022522,
|
|
1.1620168685913086,
|
|
1.286249041557312
|
|
],
|
|
"fit_times": [
|
|
2.535716458922252,
|
|
2.5843862500041723,
|
|
2.485073500080034,
|
|
2.467889874940738,
|
|
2.488020292017609
|
|
],
|
|
"test_acc_stats": {
|
|
"mean": 0.6264,
|
|
"std": 0.029373,
|
|
"median": 0.625,
|
|
"iqr": 0.054,
|
|
"ci95_t": 0.036471
|
|
},
|
|
"test_loss_stats": {
|
|
"mean": 1.211368,
|
|
"std": 0.059575,
|
|
"median": 1.175194,
|
|
"iqr": 0.097865,
|
|
"ci95_t": 0.073971
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.512217,
|
|
"std": 0.04756,
|
|
"median": 2.48802,
|
|
"iqr": 0.050643,
|
|
"ci95_t": 0.059052
|
|
}
|
|
},
|
|
"quantum": {
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.4_0.9",
|
|
"test_accs": [
|
|
0.5320000052452087,
|
|
0.4650000035762787,
|
|
0.4860000014305115,
|
|
0.46799999475479126,
|
|
0.4779999852180481
|
|
],
|
|
"test_losses": [
|
|
1.464557409286499,
|
|
1.5834708213806152,
|
|
1.5065674781799316,
|
|
1.4775264263153076,
|
|
1.5641074180603027
|
|
],
|
|
"fit_times": [
|
|
2.3820620418991894,
|
|
2.4394417498260736,
|
|
2.3948492500931025,
|
|
2.3948124169837683,
|
|
2.402772541856393
|
|
],
|
|
"test_acc_stats": {
|
|
"mean": 0.4858,
|
|
"std": 0.027133,
|
|
"median": 0.478,
|
|
"iqr": 0.018,
|
|
"ci95_t": 0.03369
|
|
},
|
|
"test_loss_stats": {
|
|
"mean": 1.519246,
|
|
"std": 0.052511,
|
|
"median": 1.506567,
|
|
"iqr": 0.086581,
|
|
"ci95_t": 0.0652
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.402788,
|
|
"std": 0.021793,
|
|
"median": 2.394849,
|
|
"iqr": 0.00796,
|
|
"ci95_t": 0.027059
|
|
}
|
|
}
|
|
},
|
|
"scaling": {
|
|
"30p_80e_fixed_epoch": {
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"regimen": "fixed_epoch",
|
|
"test_accs": [
|
|
0.5789999961853027,
|
|
0.6060000061988831,
|
|
0.6389999985694885,
|
|
0.6589999794960022,
|
|
0.6230000257492065
|
|
],
|
|
"test_losses": [
|
|
1.2778329849243164,
|
|
1.199388861656189,
|
|
1.1562552452087402,
|
|
1.0667707920074463,
|
|
1.2670954465866089
|
|
],
|
|
"fit_times": [
|
|
2.591740084113553,
|
|
2.7087553329765797,
|
|
2.6669440830592066,
|
|
2.6316912909969687,
|
|
2.8266918330918998
|
|
],
|
|
"test_acc_stats": {
|
|
"mean": 0.6212,
|
|
"std": 0.030663,
|
|
"median": 0.623,
|
|
"iqr": 0.033,
|
|
"ci95_t": 0.038072
|
|
},
|
|
"test_loss_stats": {
|
|
"mean": 1.193469,
|
|
"std": 0.086618,
|
|
"median": 1.199389,
|
|
"iqr": 0.11084,
|
|
"ci95_t": 0.107548
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.685165,
|
|
"std": 0.090147,
|
|
"median": 2.666944,
|
|
"iqr": 0.077064,
|
|
"ci95_t": 0.111931
|
|
}
|
|
},
|
|
"60p_80e_fixed_epoch": {
|
|
"n_particles": 60,
|
|
"epochs": 80,
|
|
"particle_epochs": 4800,
|
|
"regimen": "fixed_epoch",
|
|
"test_accs": [
|
|
0.6729999780654907,
|
|
0.6499999761581421,
|
|
0.6589999794960022,
|
|
0.6610000133514404,
|
|
0.6539999842643738
|
|
],
|
|
"test_losses": [
|
|
1.021918535232544,
|
|
1.1486669778823853,
|
|
1.059795618057251,
|
|
1.0703872442245483,
|
|
1.0723776817321777
|
|
],
|
|
"fit_times": [
|
|
6.297774499980733,
|
|
5.944013542030007,
|
|
5.409191000042483,
|
|
5.092122667003423,
|
|
5.18646250013262
|
|
],
|
|
"test_acc_stats": {
|
|
"mean": 0.6594,
|
|
"std": 0.008735,
|
|
"median": 0.659,
|
|
"iqr": 0.007,
|
|
"ci95_t": 0.010846
|
|
},
|
|
"test_loss_stats": {
|
|
"mean": 1.074629,
|
|
"std": 0.046106,
|
|
"median": 1.070387,
|
|
"iqr": 0.012582,
|
|
"ci95_t": 0.057247
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 5.585913,
|
|
"std": 0.517108,
|
|
"median": 5.409191,
|
|
"iqr": 0.757551,
|
|
"ci95_t": 0.642064
|
|
}
|
|
},
|
|
"90p_80e_fixed_epoch": {
|
|
"n_particles": 90,
|
|
"epochs": 80,
|
|
"particle_epochs": 7200,
|
|
"regimen": "fixed_epoch",
|
|
"test_accs": [
|
|
0.7310000061988831,
|
|
0.718999981880188,
|
|
0.6959999799728394,
|
|
0.6769999861717224,
|
|
0.6930000185966492
|
|
],
|
|
"test_losses": [
|
|
0.8688502311706543,
|
|
0.9239839911460876,
|
|
0.9498289227485657,
|
|
0.954045295715332,
|
|
0.962693989276886
|
|
],
|
|
"fit_times": [
|
|
8.216789624886587,
|
|
8.96910895803012,
|
|
9.117825584020466,
|
|
8.722332582809031,
|
|
8.110321166925132
|
|
],
|
|
"test_acc_stats": {
|
|
"mean": 0.7032,
|
|
"std": 0.021592,
|
|
"median": 0.696,
|
|
"iqr": 0.026,
|
|
"ci95_t": 0.026809
|
|
},
|
|
"test_loss_stats": {
|
|
"mean": 0.93188,
|
|
"std": 0.038073,
|
|
"median": 0.949829,
|
|
"iqr": 0.030061,
|
|
"ci95_t": 0.047273
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 8.627276,
|
|
"std": 0.447846,
|
|
"median": 8.722333,
|
|
"iqr": 0.752319,
|
|
"ci95_t": 0.556066
|
|
}
|
|
},
|
|
"120p_80e_fixed_epoch": {
|
|
"n_particles": 120,
|
|
"epochs": 80,
|
|
"particle_epochs": 9600,
|
|
"regimen": "fixed_epoch",
|
|
"test_accs": [
|
|
0.7360000014305115,
|
|
0.7239999771118164,
|
|
0.6919999718666077,
|
|
0.7350000143051147,
|
|
0.7300000190734863
|
|
],
|
|
"test_losses": [
|
|
0.8584634065628052,
|
|
0.9025362133979797,
|
|
1.001193642616272,
|
|
0.8601324558258057,
|
|
0.889915406703949
|
|
],
|
|
"fit_times": [
|
|
11.962705624988303,
|
|
11.906837583053857,
|
|
10.664651792030782,
|
|
10.921957665821537,
|
|
10.411899874918163
|
|
],
|
|
"test_acc_stats": {
|
|
"mean": 0.7234,
|
|
"std": 0.018188,
|
|
"median": 0.73,
|
|
"iqr": 0.011,
|
|
"ci95_t": 0.022583
|
|
},
|
|
"test_loss_stats": {
|
|
"mean": 0.902448,
|
|
"std": 0.05838,
|
|
"median": 0.889915,
|
|
"iqr": 0.042404,
|
|
"ci95_t": 0.072488
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 11.173611,
|
|
"std": 0.718134,
|
|
"median": 10.921958,
|
|
"iqr": 1.242186,
|
|
"ci95_t": 0.891666
|
|
}
|
|
},
|
|
"30p_80e_fixed_budget": {
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"regimen": "fixed_budget",
|
|
"test_accs": [
|
|
0.5789999961853027,
|
|
0.6060000061988831,
|
|
0.6389999985694885,
|
|
0.6589999794960022,
|
|
0.6230000257492065
|
|
],
|
|
"test_losses": [
|
|
1.2778329849243164,
|
|
1.199388861656189,
|
|
1.1562552452087402,
|
|
1.0667707920074463,
|
|
1.2670954465866089
|
|
],
|
|
"fit_times": [
|
|
2.591740084113553,
|
|
2.7087553329765797,
|
|
2.6669440830592066,
|
|
2.6316912909969687,
|
|
2.8266918330918998
|
|
],
|
|
"test_acc_stats": {
|
|
"mean": 0.6212,
|
|
"std": 0.030663,
|
|
"median": 0.623,
|
|
"iqr": 0.033,
|
|
"ci95_t": 0.038072
|
|
},
|
|
"test_loss_stats": {
|
|
"mean": 1.193469,
|
|
"std": 0.086618,
|
|
"median": 1.199389,
|
|
"iqr": 0.11084,
|
|
"ci95_t": 0.107548
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.685165,
|
|
"std": 0.090147,
|
|
"median": 2.666944,
|
|
"iqr": 0.077064,
|
|
"ci95_t": 0.111931
|
|
}
|
|
},
|
|
"60p_40e_fixed_budget": {
|
|
"n_particles": 60,
|
|
"epochs": 40,
|
|
"particle_epochs": 2400,
|
|
"regimen": "fixed_budget",
|
|
"test_accs": [
|
|
0.49000000953674316,
|
|
0.5270000100135803,
|
|
0.5109999775886536,
|
|
0.5370000004768372,
|
|
0.47200000286102295
|
|
],
|
|
"test_losses": [
|
|
1.5396113395690918,
|
|
1.564630150794983,
|
|
1.4340611696243286,
|
|
1.4914799928665161,
|
|
1.6433888673782349
|
|
],
|
|
"fit_times": [
|
|
2.6427467500325292,
|
|
2.897082625189796,
|
|
2.8362932079471648,
|
|
2.7601085831411183,
|
|
2.791566374944523
|
|
],
|
|
"test_acc_stats": {
|
|
"mean": 0.5074,
|
|
"std": 0.026595,
|
|
"median": 0.511,
|
|
"iqr": 0.037,
|
|
"ci95_t": 0.033022
|
|
},
|
|
"test_loss_stats": {
|
|
"mean": 1.534634,
|
|
"std": 0.078628,
|
|
"median": 1.539611,
|
|
"iqr": 0.07315,
|
|
"ci95_t": 0.097628
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 2.78556,
|
|
"std": 0.094988,
|
|
"median": 2.791566,
|
|
"iqr": 0.076185,
|
|
"ci95_t": 0.117941
|
|
}
|
|
},
|
|
"90p_27e_fixed_budget": {
|
|
"n_particles": 90,
|
|
"epochs": 27,
|
|
"particle_epochs": 2430,
|
|
"regimen": "fixed_budget",
|
|
"test_accs": [
|
|
0.40400001406669617,
|
|
0.5180000066757202,
|
|
0.4180000126361847,
|
|
0.5059999823570251,
|
|
0.5450000166893005
|
|
],
|
|
"test_losses": [
|
|
1.7139235734939575,
|
|
1.525922417640686,
|
|
1.7064924240112305,
|
|
1.6065630912780762,
|
|
1.5009552240371704
|
|
],
|
|
"fit_times": [
|
|
3.001450875075534,
|
|
2.9281624578870833,
|
|
3.446030291961506,
|
|
3.13685941696167,
|
|
3.0350140419322997
|
|
],
|
|
"test_acc_stats": {
|
|
"mean": 0.4782,
|
|
"std": 0.063144,
|
|
"median": 0.506,
|
|
"iqr": 0.1,
|
|
"ci95_t": 0.078403
|
|
},
|
|
"test_loss_stats": {
|
|
"mean": 1.610771,
|
|
"std": 0.098843,
|
|
"median": 1.606563,
|
|
"iqr": 0.18057,
|
|
"ci95_t": 0.122727
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 3.109503,
|
|
"std": 0.202551,
|
|
"median": 3.035014,
|
|
"iqr": 0.135409,
|
|
"ci95_t": 0.251496
|
|
}
|
|
},
|
|
"120p_20e_fixed_budget": {
|
|
"n_particles": 120,
|
|
"epochs": 20,
|
|
"particle_epochs": 2400,
|
|
"regimen": "fixed_budget",
|
|
"test_accs": [
|
|
0.43799999356269836,
|
|
0.4099999964237213,
|
|
0.375,
|
|
0.42399999499320984,
|
|
0.4059999883174896
|
|
],
|
|
"test_losses": [
|
|
1.7100492715835571,
|
|
1.8141505718231201,
|
|
1.8838708400726318,
|
|
1.7434691190719604,
|
|
1.8486356735229492
|
|
],
|
|
"fit_times": [
|
|
3.14462749985978,
|
|
3.102293625008315,
|
|
2.7550693340599537,
|
|
2.9445771670434624,
|
|
3.1960245410446078
|
|
],
|
|
"test_acc_stats": {
|
|
"mean": 0.4106,
|
|
"std": 0.023554,
|
|
"median": 0.41,
|
|
"iqr": 0.018,
|
|
"ci95_t": 0.029246
|
|
},
|
|
"test_loss_stats": {
|
|
"mean": 1.800035,
|
|
"std": 0.072261,
|
|
"median": 1.814151,
|
|
"iqr": 0.105167,
|
|
"ci95_t": 0.089723
|
|
},
|
|
"fit_time_stats": {
|
|
"mean": 3.028518,
|
|
"std": 0.179446,
|
|
"median": 3.102294,
|
|
"iqr": 0.20005,
|
|
"ci95_t": 0.222808
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"search_runs": [
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.03_s0.5",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.112807035446167,
|
|
"train_acc": 0.6570000052452087,
|
|
"train_mse": 0.047893233597278595,
|
|
"val_loss": 1.0964455604553223,
|
|
"val_acc": 0.6633333563804626,
|
|
"val_mse": 0.046677425503730774,
|
|
"fit_time_sec": 2.5230953749269247,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.03,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.03,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.03_s0.5_seed51_9254335e5dae"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.03_s0.5",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.995387077331543,
|
|
"train_acc": 0.6869999766349792,
|
|
"train_mse": 0.04287662357091904,
|
|
"val_loss": 1.0115970373153687,
|
|
"val_acc": 0.6816666722297668,
|
|
"val_mse": 0.04280940815806389,
|
|
"fit_time_sec": 2.5447300830855966,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.03,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.03,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.03_s0.5_seed52_e4bbd852449a"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.03_s0.5",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9480092525482178,
|
|
"train_acc": 0.7080000042915344,
|
|
"train_mse": 0.04147067293524742,
|
|
"val_loss": 0.9940392971038818,
|
|
"val_acc": 0.6883333325386047,
|
|
"val_mse": 0.0421285405755043,
|
|
"fit_time_sec": 2.493663167115301,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.03,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.03,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.03_s0.5_seed53_18947a425931"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.03_s1.0",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9984938502311707,
|
|
"train_acc": 0.7024999856948853,
|
|
"train_mse": 0.04213668778538704,
|
|
"val_loss": 1.0240328311920166,
|
|
"val_acc": 0.6850000023841858,
|
|
"val_mse": 0.04404553398489952,
|
|
"fit_time_sec": 2.54264641716145,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.03,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.0,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.03,
|
|
"moment_step_size": 1.0,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.03_s1.0_seed51_4406d9e39cd3"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.03_s1.0",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0163198709487915,
|
|
"train_acc": 0.6890000104904175,
|
|
"train_mse": 0.04318585619330406,
|
|
"val_loss": 0.9720749855041504,
|
|
"val_acc": 0.6933333277702332,
|
|
"val_mse": 0.042471032589673996,
|
|
"fit_time_sec": 2.491340707987547,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.03,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.0,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.03,
|
|
"moment_step_size": 1.0,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.03_s1.0_seed52_a6f227e4f325"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.03_s1.0",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0211265087127686,
|
|
"train_acc": 0.6884999871253967,
|
|
"train_mse": 0.04335062578320503,
|
|
"val_loss": 1.081996202468872,
|
|
"val_acc": 0.6850000023841858,
|
|
"val_mse": 0.04483034089207649,
|
|
"fit_time_sec": 2.633713499875739,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.03,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.0,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.03,
|
|
"moment_step_size": 1.0,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.03_s1.0_seed53_6ee91380448d"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.03_s1.5",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0612047910690308,
|
|
"train_acc": 0.6735000014305115,
|
|
"train_mse": 0.045148931443691254,
|
|
"val_loss": 1.030881404876709,
|
|
"val_acc": 0.6850000023841858,
|
|
"val_mse": 0.04405777156352997,
|
|
"fit_time_sec": 2.8367540831677616,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.03,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.03,
|
|
"moment_step_size": 1.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.03_s1.5_seed51_d642db13db97"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.03_s1.5",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9462777972221375,
|
|
"train_acc": 0.7149999737739563,
|
|
"train_mse": 0.040491439402103424,
|
|
"val_loss": 0.8990310430526733,
|
|
"val_acc": 0.7266666889190674,
|
|
"val_mse": 0.03923330828547478,
|
|
"fit_time_sec": 2.5477614579722285,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.03,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.03,
|
|
"moment_step_size": 1.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.03_s1.5_seed52_f51da30cd8ee"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.03_s1.5",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9608960747718811,
|
|
"train_acc": 0.7120000123977661,
|
|
"train_mse": 0.04050719365477562,
|
|
"val_loss": 1.0034033060073853,
|
|
"val_acc": 0.6833333373069763,
|
|
"val_mse": 0.042279649525880814,
|
|
"fit_time_sec": 2.5643632498104125,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.03,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.03,
|
|
"moment_step_size": 1.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.03_s1.5_seed53_fa090ba145a2"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.068866491317749,
|
|
"train_acc": 0.6855000257492065,
|
|
"train_mse": 0.04453761503100395,
|
|
"val_loss": 1.0220483541488647,
|
|
"val_acc": 0.675000011920929,
|
|
"val_mse": 0.04446922242641449,
|
|
"fit_time_sec": 2.6285997920203954,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.06_s0.5_seed51_365f7032facd"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9650915265083313,
|
|
"train_acc": 0.7080000042915344,
|
|
"train_mse": 0.041975654661655426,
|
|
"val_loss": 0.9152445197105408,
|
|
"val_acc": 0.7083333134651184,
|
|
"val_mse": 0.04066821560263634,
|
|
"fit_time_sec": 2.7918378338217735,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.06_s0.5_seed52_dd0ab4e7cbad"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9414446949958801,
|
|
"train_acc": 0.7014999985694885,
|
|
"train_mse": 0.04160618409514427,
|
|
"val_loss": 0.9156243801116943,
|
|
"val_acc": 0.721666693687439,
|
|
"val_mse": 0.03982962667942047,
|
|
"fit_time_sec": 2.729898874880746,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.06_s0.5_seed53_99620b39a997"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s1.0",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0662047863006592,
|
|
"train_acc": 0.6754999756813049,
|
|
"train_mse": 0.04559904336929321,
|
|
"val_loss": 0.9721739888191223,
|
|
"val_acc": 0.6899999976158142,
|
|
"val_mse": 0.042344048619270325,
|
|
"fit_time_sec": 2.5812953328713775,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.0,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 1.0,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.06_s1.0_seed51_bc8c753c2952"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s1.0",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9808334112167358,
|
|
"train_acc": 0.6924999952316284,
|
|
"train_mse": 0.04274387285113335,
|
|
"val_loss": 0.9488086104393005,
|
|
"val_acc": 0.6933333277702332,
|
|
"val_mse": 0.04174558073282242,
|
|
"fit_time_sec": 2.8018474159762263,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.0,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 1.0,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.06_s1.0_seed52_a7ac346e728f"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s1.0",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9464473724365234,
|
|
"train_acc": 0.7085000276565552,
|
|
"train_mse": 0.041684526950120926,
|
|
"val_loss": 0.9320653080940247,
|
|
"val_acc": 0.7083333134651184,
|
|
"val_mse": 0.040938157588243484,
|
|
"fit_time_sec": 2.7171109160408378,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.0,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 1.0,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.06_s1.0_seed53_78a13f84d0fd"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s1.5",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.1136488914489746,
|
|
"train_acc": 0.6549999713897705,
|
|
"train_mse": 0.047874581068754196,
|
|
"val_loss": 1.1235008239746094,
|
|
"val_acc": 0.6650000214576721,
|
|
"val_mse": 0.04781530797481537,
|
|
"fit_time_sec": 2.7500752080231905,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 1.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.06_s1.5_seed51_e0a8bfba3fd8"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s1.5",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0324392318725586,
|
|
"train_acc": 0.6825000047683716,
|
|
"train_mse": 0.04490217566490173,
|
|
"val_loss": 1.0213521718978882,
|
|
"val_acc": 0.6833333373069763,
|
|
"val_mse": 0.04513593390583992,
|
|
"fit_time_sec": 3.103288209065795,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 1.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.06_s1.5_seed52_0b9e4870ea8e"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s1.5",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0860146284103394,
|
|
"train_acc": 0.6589999794960022,
|
|
"train_mse": 0.045827291905879974,
|
|
"val_loss": 1.0920277833938599,
|
|
"val_acc": 0.6499999761581421,
|
|
"val_mse": 0.04753243178129196,
|
|
"fit_time_sec": 2.862214791122824,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 1.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.06_s1.5_seed53_1726833a0ed7"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.1_s0.5",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0369712114334106,
|
|
"train_acc": 0.6644999980926514,
|
|
"train_mse": 0.045163437724113464,
|
|
"val_loss": 1.0877516269683838,
|
|
"val_acc": 0.6766666769981384,
|
|
"val_mse": 0.04590357467532158,
|
|
"fit_time_sec": 2.8528131251223385,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.1,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.1,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.1_s0.5_seed51_0df94b884d5b"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.1_s0.5",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9936539530754089,
|
|
"train_acc": 0.6965000033378601,
|
|
"train_mse": 0.04206997528672218,
|
|
"val_loss": 0.9451570510864258,
|
|
"val_acc": 0.6983333230018616,
|
|
"val_mse": 0.040929101407527924,
|
|
"fit_time_sec": 2.7851123749278486,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.1,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.1,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.1_s0.5_seed52_f82e72b430c4"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.1_s0.5",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9365023374557495,
|
|
"train_acc": 0.7014999985694885,
|
|
"train_mse": 0.040903326123952866,
|
|
"val_loss": 0.8658249974250793,
|
|
"val_acc": 0.7283333539962769,
|
|
"val_mse": 0.038747914135456085,
|
|
"fit_time_sec": 2.7191387079656124,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.1,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.1,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.1_s0.5_seed53_e9335ecdd130"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.1_s1.0",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0722532272338867,
|
|
"train_acc": 0.6995000243186951,
|
|
"train_mse": 0.04340146481990814,
|
|
"val_loss": 0.9926102757453918,
|
|
"val_acc": 0.7016666531562805,
|
|
"val_mse": 0.04247405380010605,
|
|
"fit_time_sec": 2.8380547501146793,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.1,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.0,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.1,
|
|
"moment_step_size": 1.0,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.1_s1.0_seed51_8d985039d696"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.1_s1.0",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9977437853813171,
|
|
"train_acc": 0.6930000185966492,
|
|
"train_mse": 0.04243411496281624,
|
|
"val_loss": 1.009635329246521,
|
|
"val_acc": 0.6966666579246521,
|
|
"val_mse": 0.04288069158792496,
|
|
"fit_time_sec": 2.905045999912545,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.1,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.0,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.1,
|
|
"moment_step_size": 1.0,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.1_s1.0_seed52_c1fd755f4fda"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.1_s1.0",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0425642728805542,
|
|
"train_acc": 0.6664999723434448,
|
|
"train_mse": 0.04493626207113266,
|
|
"val_loss": 1.0561128854751587,
|
|
"val_acc": 0.6783333420753479,
|
|
"val_mse": 0.0449373684823513,
|
|
"fit_time_sec": 2.7804793331306428,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.1,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.0,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.1,
|
|
"moment_step_size": 1.0,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.1_s1.0_seed53_9677f2ddbfea"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.1_s1.5",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0099478960037231,
|
|
"train_acc": 0.6775000095367432,
|
|
"train_mse": 0.04376600682735443,
|
|
"val_loss": 1.00997793674469,
|
|
"val_acc": 0.6899999976158142,
|
|
"val_mse": 0.042956266552209854,
|
|
"fit_time_sec": 2.8892802079208195,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.1,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.1,
|
|
"moment_step_size": 1.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.1_s1.5_seed51_170eb01a03c4"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.1_s1.5",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0597009658813477,
|
|
"train_acc": 0.6744999885559082,
|
|
"train_mse": 0.04503478854894638,
|
|
"val_loss": 1.063821792602539,
|
|
"val_acc": 0.6966666579246521,
|
|
"val_mse": 0.044883932918310165,
|
|
"fit_time_sec": 2.669369083130732,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.1,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.1,
|
|
"moment_step_size": 1.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.1_s1.5_seed52_a5da460b0a58"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.1_s1.5",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.986152708530426,
|
|
"train_acc": 0.7080000042915344,
|
|
"train_mse": 0.0417320616543293,
|
|
"val_loss": 1.0491483211517334,
|
|
"val_acc": 0.6850000023841858,
|
|
"val_mse": 0.04293783754110336,
|
|
"fit_time_sec": 2.626303083030507,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.1,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.1,
|
|
"moment_step_size": 1.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.1_s1.5_seed53_fdf1e35190cc"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.15_s0.5",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.1084171533584595,
|
|
"train_acc": 0.652999997138977,
|
|
"train_mse": 0.048417091369628906,
|
|
"val_loss": 1.1322306394577026,
|
|
"val_acc": 0.6600000262260437,
|
|
"val_mse": 0.04928039386868477,
|
|
"fit_time_sec": 2.5766194579191506,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.15,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.15,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.15_s0.5_seed51_bf73e336e47b"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.15_s0.5",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.970059335231781,
|
|
"train_acc": 0.7129999995231628,
|
|
"train_mse": 0.040026597678661346,
|
|
"val_loss": 0.9312149882316589,
|
|
"val_acc": 0.7300000190734863,
|
|
"val_mse": 0.03986109420657158,
|
|
"fit_time_sec": 2.731992583023384,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.15,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.15,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.15_s0.5_seed52_0ca83bb626bd"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.15_s0.5",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9970248341560364,
|
|
"train_acc": 0.6995000243186951,
|
|
"train_mse": 0.042638134211301804,
|
|
"val_loss": 0.9656715989112854,
|
|
"val_acc": 0.70333331823349,
|
|
"val_mse": 0.04226723685860634,
|
|
"fit_time_sec": 3.0274115409702063,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.15,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.15,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.15_s0.5_seed53_b4e0353f50d3"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.15_s1.0",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0099536180496216,
|
|
"train_acc": 0.7009999752044678,
|
|
"train_mse": 0.04250181466341019,
|
|
"val_loss": 0.9564719796180725,
|
|
"val_acc": 0.7166666388511658,
|
|
"val_mse": 0.04047820717096329,
|
|
"fit_time_sec": 2.9793542500119656,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.15,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.0,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.15,
|
|
"moment_step_size": 1.0,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.15_s1.0_seed51_88a93389d6d1"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.15_s1.0",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0434995889663696,
|
|
"train_acc": 0.6819999814033508,
|
|
"train_mse": 0.045114465057849884,
|
|
"val_loss": 0.9963273406028748,
|
|
"val_acc": 0.6949999928474426,
|
|
"val_mse": 0.04349374398589134,
|
|
"fit_time_sec": 2.8151185419410467,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.15,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.0,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.15,
|
|
"moment_step_size": 1.0,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.15_s1.0_seed52_857c4f4a6a86"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.15_s1.0",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0348174571990967,
|
|
"train_acc": 0.6840000152587891,
|
|
"train_mse": 0.0439472496509552,
|
|
"val_loss": 1.0127019882202148,
|
|
"val_acc": 0.6866666674613953,
|
|
"val_mse": 0.04363732784986496,
|
|
"fit_time_sec": 3.0412363330833614,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.15,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.0,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.15,
|
|
"moment_step_size": 1.0,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.15_s1.0_seed53_1b76a5f2a720"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.15_s1.5",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.1573493480682373,
|
|
"train_acc": 0.6299999952316284,
|
|
"train_mse": 0.04972128942608833,
|
|
"val_loss": 1.2029211521148682,
|
|
"val_acc": 0.6133333444595337,
|
|
"val_mse": 0.05152761936187744,
|
|
"fit_time_sec": 3.1714885828550905,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.15,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.15,
|
|
"moment_step_size": 1.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.15_s1.5_seed51_328b0b0617f5"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.15_s1.5",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.060623288154602,
|
|
"train_acc": 0.6949999928474426,
|
|
"train_mse": 0.04253785312175751,
|
|
"val_loss": 1.0831577777862549,
|
|
"val_acc": 0.6966666579246521,
|
|
"val_mse": 0.04344262182712555,
|
|
"fit_time_sec": 2.993674041936174,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.15,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.15,
|
|
"moment_step_size": 1.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.15_s1.5_seed52_b34244a19635"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.15_s1.5",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0753278732299805,
|
|
"train_acc": 0.6769999861717224,
|
|
"train_mse": 0.044508710503578186,
|
|
"val_loss": 0.9602290987968445,
|
|
"val_acc": 0.6983333230018616,
|
|
"val_mse": 0.0414869599044323,
|
|
"fit_time_sec": 2.7658886671997607,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.15,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.15,
|
|
"moment_step_size": 1.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.15_s1.5_seed53_0b2f2b4a9feb"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s1.0_beta0.8",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.1594665050506592,
|
|
"train_acc": 0.6480000019073486,
|
|
"train_mse": 0.04893743246793747,
|
|
"val_loss": 1.1239941120147705,
|
|
"val_acc": 0.6700000166893005,
|
|
"val_mse": 0.047122661024332047,
|
|
"fit_time_sec": 2.764871333958581,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.8,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.0,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 1.0,
|
|
"moment_beta1": 0.8
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.06_s1.0_beta0.8_seed51_a7b18877a748"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s1.0_beta0.8",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9945915341377258,
|
|
"train_acc": 0.7064999938011169,
|
|
"train_mse": 0.041273947805166245,
|
|
"val_loss": 1.0324488878250122,
|
|
"val_acc": 0.6683333516120911,
|
|
"val_mse": 0.04436164349317551,
|
|
"fit_time_sec": 2.830462665995583,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.8,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.0,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 1.0,
|
|
"moment_beta1": 0.8
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.06_s1.0_beta0.8_seed52_3d49224951e5"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s1.0_beta0.8",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9297089576721191,
|
|
"train_acc": 0.7110000252723694,
|
|
"train_mse": 0.04138343408703804,
|
|
"val_loss": 0.938503623008728,
|
|
"val_acc": 0.70333331823349,
|
|
"val_mse": 0.04101715609431267,
|
|
"fit_time_sec": 2.8122877080459148,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.8,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.0,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 1.0,
|
|
"moment_beta1": 0.8
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.06_s1.0_beta0.8_seed53_dfa6c5fdcb73"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s1.0_beta0.95",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.1143780946731567,
|
|
"train_acc": 0.6514999866485596,
|
|
"train_mse": 0.047635458409786224,
|
|
"val_loss": 1.0093973875045776,
|
|
"val_acc": 0.6800000071525574,
|
|
"val_mse": 0.04380199685692787,
|
|
"fit_time_sec": 2.9217382080387324,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.95,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.0,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 1.0,
|
|
"moment_beta1": 0.95
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.06_s1.0_beta0.95_seed51_2d4e821de2d9"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s1.0_beta0.95",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0144661664962769,
|
|
"train_acc": 0.6884999871253967,
|
|
"train_mse": 0.0433683842420578,
|
|
"val_loss": 0.9828318357467651,
|
|
"val_acc": 0.6833333373069763,
|
|
"val_mse": 0.04375388100743294,
|
|
"fit_time_sec": 2.777603624854237,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.95,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.0,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 1.0,
|
|
"moment_beta1": 0.95
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.06_s1.0_beta0.95_seed52_be35e11108b1"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s1.0_beta0.95",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.1004270315170288,
|
|
"train_acc": 0.6600000262260437,
|
|
"train_mse": 0.0467742420732975,
|
|
"val_loss": 1.0834088325500488,
|
|
"val_acc": 0.6683333516120911,
|
|
"val_mse": 0.04595582187175751,
|
|
"fit_time_sec": 3.0502532080281526,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.95,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 1.0,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 1.0,
|
|
"moment_beta1": 0.95
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_am_b0.06_s1.0_beta0.95_seed53_1cddb28ce156"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_canonical",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.4416260719299316,
|
|
"train_acc": 0.5649999976158142,
|
|
"train_mse": 0.05923965945839882,
|
|
"val_loss": 1.4125466346740723,
|
|
"val_acc": 0.6000000238418579,
|
|
"val_mse": 0.05729174241423607,
|
|
"fit_time_sec": 3.098805333022028,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.0,
|
|
"c1": 2.0,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.1,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.0,
|
|
"c1": 2.0,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_inertia_canonical_seed51_4dc58feffda7"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_canonical",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.665074348449707,
|
|
"train_acc": 0.4894999861717224,
|
|
"train_mse": 0.06661199778318405,
|
|
"val_loss": 1.6294100284576416,
|
|
"val_acc": 0.5066666603088379,
|
|
"val_mse": 0.06497763097286224,
|
|
"fit_time_sec": 2.652766958111897,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.0,
|
|
"c1": 2.0,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.1,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.0,
|
|
"c1": 2.0,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_inertia_canonical_seed52_241a50b47d94"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_canonical",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.4698249101638794,
|
|
"train_acc": 0.5565000176429749,
|
|
"train_mse": 0.060796692967414856,
|
|
"val_loss": 1.4316622018814087,
|
|
"val_acc": 0.5683333277702332,
|
|
"val_mse": 0.059196680784225464,
|
|
"fit_time_sec": 2.529014667030424,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.0,
|
|
"c1": 2.0,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.1,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.0,
|
|
"c1": 2.0,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_inertia_canonical_seed53_ae4cc4a5b7f1"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_tuned",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0468239784240723,
|
|
"train_acc": 0.699999988079071,
|
|
"train_mse": 0.043503936380147934,
|
|
"val_loss": 1.0345858335494995,
|
|
"val_acc": 0.6816666722297668,
|
|
"val_mse": 0.04465937986969948,
|
|
"fit_time_sec": 2.626064541982487,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_inertia_tuned_seed51_6834bc3982de"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_tuned",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9420707821846008,
|
|
"train_acc": 0.703000009059906,
|
|
"train_mse": 0.04143402725458145,
|
|
"val_loss": 0.9224241375923157,
|
|
"val_acc": 0.7250000238418579,
|
|
"val_mse": 0.040230974555015564,
|
|
"fit_time_sec": 2.5009557919111103,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_inertia_tuned_seed52_6d0b4b7a7865"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_tuned",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0711344480514526,
|
|
"train_acc": 0.6754999756813049,
|
|
"train_mse": 0.04559122398495674,
|
|
"val_loss": 1.0678696632385254,
|
|
"val_acc": 0.6766666769981384,
|
|
"val_mse": 0.04436859115958214,
|
|
"fit_time_sec": 2.4420957090333104,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_inertia_tuned_seed53_f07a1778e65d"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_low_w",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.113174319267273,
|
|
"train_acc": 0.6365000009536743,
|
|
"train_mse": 0.04887063428759575,
|
|
"val_loss": 1.0575727224349976,
|
|
"val_acc": 0.6850000023841858,
|
|
"val_mse": 0.0461583249270916,
|
|
"fit_time_sec": 2.484879707917571,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.55,
|
|
"w_max": 0.55
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.55,
|
|
"w_max": 0.55,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_inertia_low_w_seed51_574275875124"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_low_w",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0245047807693481,
|
|
"train_acc": 0.6790000200271606,
|
|
"train_mse": 0.04524479806423187,
|
|
"val_loss": 0.9806669354438782,
|
|
"val_acc": 0.70333331823349,
|
|
"val_mse": 0.042586930096149445,
|
|
"fit_time_sec": 2.643615792039782,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.55,
|
|
"w_max": 0.55
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.55,
|
|
"w_max": 0.55,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_inertia_low_w_seed52_e6cccf2d56fb"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_low_w",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0131726264953613,
|
|
"train_acc": 0.6859999895095825,
|
|
"train_mse": 0.04427120089530945,
|
|
"val_loss": 0.9656168818473816,
|
|
"val_acc": 0.6983333230018616,
|
|
"val_mse": 0.04216707497835159,
|
|
"fit_time_sec": 2.4834530411753803,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.55,
|
|
"w_max": 0.55
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.55,
|
|
"w_max": 0.55,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_inertia_low_w_seed53_25937b680943"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_w_decay",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0393675565719604,
|
|
"train_acc": 0.6915000081062317,
|
|
"train_mse": 0.04423632100224495,
|
|
"val_loss": 1.025821566581726,
|
|
"val_acc": 0.6983333230018616,
|
|
"val_mse": 0.04372088611125946,
|
|
"fit_time_sec": 2.426888459129259,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_inertia_w_decay_seed51_cf3e7ce1c4f8"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_w_decay",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.1047112941741943,
|
|
"train_acc": 0.6600000262260437,
|
|
"train_mse": 0.04690749943256378,
|
|
"val_loss": 1.1661359071731567,
|
|
"val_acc": 0.6700000166893005,
|
|
"val_mse": 0.04753515496850014,
|
|
"fit_time_sec": 2.480164624983445,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_inertia_w_decay_seed52_d992bbf37f5a"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_w_decay",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9673198461532593,
|
|
"train_acc": 0.6909999847412109,
|
|
"train_mse": 0.04216654598712921,
|
|
"val_loss": 0.9870904684066772,
|
|
"val_acc": 0.6816666722297668,
|
|
"val_mse": 0.04321449622511864,
|
|
"fit_time_sec": 2.422041916055605,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_inertia_w_decay_seed53_9378397cdb0f"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_asymmetric",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0810083150863647,
|
|
"train_acc": 0.6775000095367432,
|
|
"train_mse": 0.04572315141558647,
|
|
"val_loss": 1.0954482555389404,
|
|
"val_acc": 0.6949999928474426,
|
|
"val_mse": 0.04539918154478073,
|
|
"fit_time_sec": 2.485565959010273,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.8,
|
|
"c1": 1.2,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.8,
|
|
"c1": 1.2,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_inertia_asymmetric_seed51_d79a7377935e"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_asymmetric",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9861184358596802,
|
|
"train_acc": 0.6909999847412109,
|
|
"train_mse": 0.04338207468390465,
|
|
"val_loss": 1.0121054649353027,
|
|
"val_acc": 0.6933333277702332,
|
|
"val_mse": 0.043754804879426956,
|
|
"fit_time_sec": 2.5209125420078635,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.8,
|
|
"c1": 1.2,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.8,
|
|
"c1": 1.2,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_inertia_asymmetric_seed52_e6cdbd66e151"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_asymmetric",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9526417851448059,
|
|
"train_acc": 0.722000002861023,
|
|
"train_mse": 0.03998463600873947,
|
|
"val_loss": 0.9798429608345032,
|
|
"val_acc": 0.70333331823349,
|
|
"val_mse": 0.04217696189880371,
|
|
"fit_time_sec": 2.5959840829018503,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.8,
|
|
"c1": 1.2,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.8,
|
|
"c1": 1.2,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_inertia_asymmetric_seed53_32b967f0e0d1"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c201",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0345860719680786,
|
|
"train_acc": 0.6869999766349792,
|
|
"train_mse": 0.04355757310986519,
|
|
"val_loss": 0.9738073945045471,
|
|
"val_acc": 0.6916666626930237,
|
|
"val_mse": 0.042279358953237534,
|
|
"fit_time_sec": 2.698073250008747,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.01,
|
|
"c1": 2.01,
|
|
"chi": 0.8682255312124236
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.01,
|
|
"c1": 2.01,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_constriction_c201_seed51_31fb46304ff6"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c201",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0233638286590576,
|
|
"train_acc": 0.6865000128746033,
|
|
"train_mse": 0.043414223939180374,
|
|
"val_loss": 1.0523117780685425,
|
|
"val_acc": 0.6883333325386047,
|
|
"val_mse": 0.043930795043706894,
|
|
"fit_time_sec": 3.4117308750282973,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.01,
|
|
"c1": 2.01,
|
|
"chi": 0.8682255312124236
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.01,
|
|
"c1": 2.01,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_constriction_c201_seed52_a693e1c0a6f0"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c201",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0302053689956665,
|
|
"train_acc": 0.6880000233650208,
|
|
"train_mse": 0.043894827365875244,
|
|
"val_loss": 0.9275049567222595,
|
|
"val_acc": 0.7166666388511658,
|
|
"val_mse": 0.040264155715703964,
|
|
"fit_time_sec": 3.1805959579069167,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.01,
|
|
"c1": 2.01,
|
|
"chi": 0.8682255312124236
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.01,
|
|
"c1": 2.01,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_constriction_c201_seed53_44697f297498"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c205_canonical",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0515944957733154,
|
|
"train_acc": 0.6759999990463257,
|
|
"train_mse": 0.04530733451247215,
|
|
"val_loss": 1.0619410276412964,
|
|
"val_acc": 0.6933333277702332,
|
|
"val_mse": 0.044216156005859375,
|
|
"fit_time_sec": 3.237764042103663,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"chi": 0.7298437881283576
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.05,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_constriction_c205_canonical_seed51_fc8c5b72834f"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c205_canonical",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.061699390411377,
|
|
"train_acc": 0.6744999885559082,
|
|
"train_mse": 0.04590365290641785,
|
|
"val_loss": 1.016150712966919,
|
|
"val_acc": 0.6866666674613953,
|
|
"val_mse": 0.0442710816860199,
|
|
"fit_time_sec": 2.7161605830769986,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"chi": 0.7298437881283576
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.05,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_constriction_c205_canonical_seed52_8c5872218781"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c205_canonical",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9327093362808228,
|
|
"train_acc": 0.7289999723434448,
|
|
"train_mse": 0.03894326463341713,
|
|
"val_loss": 0.8751127123832703,
|
|
"val_acc": 0.746666669845581,
|
|
"val_mse": 0.03667077049612999,
|
|
"fit_time_sec": 2.968678707955405,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"chi": 0.7298437881283576
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.05,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_constriction_c205_canonical_seed53_d2c08fcda660"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c205_tuned",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.053567886352539,
|
|
"train_acc": 0.6825000047683716,
|
|
"train_mse": 0.04465964064002037,
|
|
"val_loss": 0.991266667842865,
|
|
"val_acc": 0.699999988079071,
|
|
"val_mse": 0.04196731001138687,
|
|
"fit_time_sec": 3.042221749899909,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"chi": 0.7298437881283576
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_constriction_c205_tuned_seed51_643d9a60a8ab"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c205_tuned",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9388713836669922,
|
|
"train_acc": 0.7139999866485596,
|
|
"train_mse": 0.040887460112571716,
|
|
"val_loss": 0.9303705096244812,
|
|
"val_acc": 0.7116666436195374,
|
|
"val_mse": 0.0403158962726593,
|
|
"fit_time_sec": 2.8448961251415312,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"chi": 0.7298437881283576
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_constriction_c205_tuned_seed52_ee543423b362"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c205_tuned",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9965179562568665,
|
|
"train_acc": 0.6995000243186951,
|
|
"train_mse": 0.042770277708768845,
|
|
"val_loss": 0.9846652150154114,
|
|
"val_acc": 0.7133333086967468,
|
|
"val_mse": 0.04187808558344841,
|
|
"fit_time_sec": 3.1848887908272445,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"chi": 0.7298437881283576
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_constriction_c205_tuned_seed53_0af3451c66fa"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c250",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 2.2795634269714355,
|
|
"train_acc": 0.18150000274181366,
|
|
"train_mse": 0.08912184089422226,
|
|
"val_loss": 2.250452756881714,
|
|
"val_acc": 0.18666666746139526,
|
|
"val_mse": 0.08861013501882553,
|
|
"fit_time_sec": 2.9961123750545084,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.5,
|
|
"c1": 2.5,
|
|
"chi": 0.38196601125010515
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.5,
|
|
"c1": 2.5,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_constriction_c250_seed51_d81da916363c"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c250",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 2.2547407150268555,
|
|
"train_acc": 0.20350000262260437,
|
|
"train_mse": 0.08870375156402588,
|
|
"val_loss": 2.2187206745147705,
|
|
"val_acc": 0.2150000035762787,
|
|
"val_mse": 0.08802558481693268,
|
|
"fit_time_sec": 3.024313250090927,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.5,
|
|
"c1": 2.5,
|
|
"chi": 0.38196601125010515
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.5,
|
|
"c1": 2.5,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_constriction_c250_seed52_0db5c75ca7f9"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c250",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 2.19023060798645,
|
|
"train_acc": 0.19300000369548798,
|
|
"train_mse": 0.08786869794130325,
|
|
"val_loss": 2.178219795227051,
|
|
"val_acc": 0.20499999821186066,
|
|
"val_mse": 0.08775272965431213,
|
|
"fit_time_sec": 2.961929291021079,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.5,
|
|
"c1": 2.5,
|
|
"chi": 0.38196601125010515
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.5,
|
|
"c1": 2.5,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_constriction_c250_seed53_32cd4a3047fd"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_asymmetric",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.2645200490951538,
|
|
"train_acc": 0.6150000095367432,
|
|
"train_mse": 0.053478311747312546,
|
|
"val_loss": 1.2170491218566895,
|
|
"val_acc": 0.6316666603088379,
|
|
"val_mse": 0.05265685170888901,
|
|
"fit_time_sec": 3.023697500117123,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.8,
|
|
"c1": 1.3,
|
|
"chi": 0.7298437881283576
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.8,
|
|
"c1": 1.3,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_constriction_asymmetric_seed51_080d35af7a3a"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_asymmetric",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.2607256174087524,
|
|
"train_acc": 0.6014999747276306,
|
|
"train_mse": 0.05520418658852577,
|
|
"val_loss": 1.2684078216552734,
|
|
"val_acc": 0.5883333086967468,
|
|
"val_mse": 0.05453150346875191,
|
|
"fit_time_sec": 2.8057189998216927,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.8,
|
|
"c1": 1.3,
|
|
"chi": 0.7298437881283576
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.8,
|
|
"c1": 1.3,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_constriction_asymmetric_seed52_c00ae44c3095"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_asymmetric",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.2320771217346191,
|
|
"train_acc": 0.6140000224113464,
|
|
"train_mse": 0.05192725360393524,
|
|
"val_loss": 1.2376829385757446,
|
|
"val_acc": 0.6200000047683716,
|
|
"val_mse": 0.05186690762639046,
|
|
"fit_time_sec": 2.709051915910095,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.8,
|
|
"c1": 1.3,
|
|
"chi": 0.7298437881283576
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.8,
|
|
"c1": 1.3,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_constriction_asymmetric_seed53_25127f313178"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r1_constant",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.4435429573059082,
|
|
"train_acc": 0.5354999899864197,
|
|
"train_mse": 0.06257098913192749,
|
|
"val_loss": 1.4319947957992554,
|
|
"val_acc": 0.528333306312561,
|
|
"val_mse": 0.062414027750492096,
|
|
"fit_time_sec": 2.6544057081919163,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Ring Local Best PSO",
|
|
"source": "10.1109/CEC.2002.1004493",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"neighborhood_radius": 1
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "local_best",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"neighborhood_radius": 1,
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_local_best_r1_constant_seed51_eb0ed6970d2c"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r1_constant",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.4914970397949219,
|
|
"train_acc": 0.527999997138977,
|
|
"train_mse": 0.06460313498973846,
|
|
"val_loss": 1.4473850727081299,
|
|
"val_acc": 0.5333333611488342,
|
|
"val_mse": 0.06336859613656998,
|
|
"fit_time_sec": 2.7407990000210702,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Ring Local Best PSO",
|
|
"source": "10.1109/CEC.2002.1004493",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"neighborhood_radius": 1
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "local_best",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"neighborhood_radius": 1,
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_local_best_r1_constant_seed52_61433fa64071"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r1_constant",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.4734760522842407,
|
|
"train_acc": 0.5680000185966492,
|
|
"train_mse": 0.06238424777984619,
|
|
"val_loss": 1.5045198202133179,
|
|
"val_acc": 0.5366666913032532,
|
|
"val_mse": 0.06426934152841568,
|
|
"fit_time_sec": 2.693694499786943,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Ring Local Best PSO",
|
|
"source": "10.1109/CEC.2002.1004493",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"neighborhood_radius": 1
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "local_best",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"neighborhood_radius": 1,
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_local_best_r1_constant_seed53_445930c79d85"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r2_constant",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.2284750938415527,
|
|
"train_acc": 0.6345000267028809,
|
|
"train_mse": 0.0517057403922081,
|
|
"val_loss": 1.191932201385498,
|
|
"val_acc": 0.628333330154419,
|
|
"val_mse": 0.0514327734708786,
|
|
"fit_time_sec": 2.4563205409795046,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Ring Local Best PSO",
|
|
"source": "10.1109/CEC.2002.1004493",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"neighborhood_radius": 2
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "local_best",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"neighborhood_radius": 2,
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_local_best_r2_constant_seed51_279d68306b43"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r2_constant",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.1704559326171875,
|
|
"train_acc": 0.6504999995231628,
|
|
"train_mse": 0.050959013402462006,
|
|
"val_loss": 1.1325551271438599,
|
|
"val_acc": 0.6700000166893005,
|
|
"val_mse": 0.049076274037361145,
|
|
"fit_time_sec": 2.5833707919809967,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Ring Local Best PSO",
|
|
"source": "10.1109/CEC.2002.1004493",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"neighborhood_radius": 2
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "local_best",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"neighborhood_radius": 2,
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_local_best_r2_constant_seed52_23bc1e4c9bb8"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r2_constant",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.243313193321228,
|
|
"train_acc": 0.6320000290870667,
|
|
"train_mse": 0.05307132005691528,
|
|
"val_loss": 1.2125868797302246,
|
|
"val_acc": 0.6516666412353516,
|
|
"val_mse": 0.05214923247694969,
|
|
"fit_time_sec": 2.475700625218451,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Ring Local Best PSO",
|
|
"source": "10.1109/CEC.2002.1004493",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"neighborhood_radius": 2
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "local_best",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"neighborhood_radius": 2,
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_local_best_r2_constant_seed53_b6a734a7a024"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r4_constant",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0172255039215088,
|
|
"train_acc": 0.6884999871253967,
|
|
"train_mse": 0.04337601363658905,
|
|
"val_loss": 1.0000126361846924,
|
|
"val_acc": 0.699999988079071,
|
|
"val_mse": 0.0425647497177124,
|
|
"fit_time_sec": 2.4682277080137283,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Ring Local Best PSO",
|
|
"source": "10.1109/CEC.2002.1004493",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"neighborhood_radius": 4
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "local_best",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"neighborhood_radius": 4,
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_local_best_r4_constant_seed51_eb2af7d5806d"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r4_constant",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9992414712905884,
|
|
"train_acc": 0.7089999914169312,
|
|
"train_mse": 0.04267498105764389,
|
|
"val_loss": 0.9295963644981384,
|
|
"val_acc": 0.7283333539962769,
|
|
"val_mse": 0.04094172641634941,
|
|
"fit_time_sec": 2.4259307920001447,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Ring Local Best PSO",
|
|
"source": "10.1109/CEC.2002.1004493",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"neighborhood_radius": 4
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "local_best",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"neighborhood_radius": 4,
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_local_best_r4_constant_seed52_ef54890d1679"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r4_constant",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9578440189361572,
|
|
"train_acc": 0.7139999866485596,
|
|
"train_mse": 0.041153207421302795,
|
|
"val_loss": 0.9051287770271301,
|
|
"val_acc": 0.7450000047683716,
|
|
"val_mse": 0.03751235082745552,
|
|
"fit_time_sec": 2.4171505419071764,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Ring Local Best PSO",
|
|
"source": "10.1109/CEC.2002.1004493",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"neighborhood_radius": 4
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "local_best",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"neighborhood_radius": 4,
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_local_best_r4_constant_seed53_05bb06b328f5"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r1_decay",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.4906078577041626,
|
|
"train_acc": 0.5640000104904175,
|
|
"train_mse": 0.06397789716720581,
|
|
"val_loss": 1.4867504835128784,
|
|
"val_acc": 0.5400000214576721,
|
|
"val_mse": 0.06405453383922577,
|
|
"fit_time_sec": 2.455931582953781,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Ring Local Best PSO",
|
|
"source": "10.1109/CEC.2002.1004493",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9,
|
|
"neighborhood_radius": 1
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "local_best",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9,
|
|
"method_options": {
|
|
"neighborhood_radius": 1,
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_local_best_r1_decay_seed51_a34b661481e6"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r1_decay",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.4803287982940674,
|
|
"train_acc": 0.5559999942779541,
|
|
"train_mse": 0.06340162456035614,
|
|
"val_loss": 1.4699759483337402,
|
|
"val_acc": 0.5733333230018616,
|
|
"val_mse": 0.0630197748541832,
|
|
"fit_time_sec": 2.5800107079558074,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Ring Local Best PSO",
|
|
"source": "10.1109/CEC.2002.1004493",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9,
|
|
"neighborhood_radius": 1
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "local_best",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9,
|
|
"method_options": {
|
|
"neighborhood_radius": 1,
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_local_best_r1_decay_seed52_a67065fa6297"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r1_decay",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.4953768253326416,
|
|
"train_acc": 0.5370000004768372,
|
|
"train_mse": 0.06418897211551666,
|
|
"val_loss": 1.4344968795776367,
|
|
"val_acc": 0.5416666865348816,
|
|
"val_mse": 0.06267009675502777,
|
|
"fit_time_sec": 2.5192452499177307,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Ring Local Best PSO",
|
|
"source": "10.1109/CEC.2002.1004493",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9,
|
|
"neighborhood_radius": 1
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "local_best",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9,
|
|
"method_options": {
|
|
"neighborhood_radius": 1,
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.4,
|
|
"w_max": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_local_best_r1_decay_seed53_5d33e9a3b14d"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.5_1.0",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.4666624069213867,
|
|
"train_acc": 0.5055000185966492,
|
|
"train_mse": 0.06231168285012245,
|
|
"val_loss": 1.4257338047027588,
|
|
"val_acc": 0.5183333158493042,
|
|
"val_mse": 0.06076965853571892,
|
|
"fit_time_sec": 2.411743083037436,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Quantum PSO",
|
|
"source": "10.1109/CEC.2004.1330875",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"beta_min": 0.5,
|
|
"beta_max": 1.0
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "quantum",
|
|
"velocity_limit_ratio": null,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"method_options": {
|
|
"beta_min": 0.5,
|
|
"beta_max": 1.0
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_quantum_beta_0.5_1.0_seed51_bb65dcd4293e"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.5_1.0",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.4086458683013916,
|
|
"train_acc": 0.5370000004768372,
|
|
"train_mse": 0.06125783920288086,
|
|
"val_loss": 1.3660792112350464,
|
|
"val_acc": 0.5383333563804626,
|
|
"val_mse": 0.05962810665369034,
|
|
"fit_time_sec": 2.398069208022207,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Quantum PSO",
|
|
"source": "10.1109/CEC.2004.1330875",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"beta_min": 0.5,
|
|
"beta_max": 1.0
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "quantum",
|
|
"velocity_limit_ratio": null,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"method_options": {
|
|
"beta_min": 0.5,
|
|
"beta_max": 1.0
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_quantum_beta_0.5_1.0_seed52_4ee0030598ae"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.5_1.0",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.3147938251495361,
|
|
"train_acc": 0.5580000281333923,
|
|
"train_mse": 0.05813988670706749,
|
|
"val_loss": 1.295978307723999,
|
|
"val_acc": 0.574999988079071,
|
|
"val_mse": 0.05797567218542099,
|
|
"fit_time_sec": 2.4090406668838114,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Quantum PSO",
|
|
"source": "10.1109/CEC.2004.1330875",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"beta_min": 0.5,
|
|
"beta_max": 1.0
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "quantum",
|
|
"velocity_limit_ratio": null,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"method_options": {
|
|
"beta_min": 0.5,
|
|
"beta_max": 1.0
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_quantum_beta_0.5_1.0_seed53_5698f8ef063c"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.6_1.0",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.7944316864013672,
|
|
"train_acc": 0.3955000042915344,
|
|
"train_mse": 0.07452504336833954,
|
|
"val_loss": 1.7316218614578247,
|
|
"val_acc": 0.4050000011920929,
|
|
"val_mse": 0.07277336716651917,
|
|
"fit_time_sec": 2.4751413341145962,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Quantum PSO",
|
|
"source": "10.1109/CEC.2004.1330875",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"beta_min": 0.6,
|
|
"beta_max": 1.0
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "quantum",
|
|
"velocity_limit_ratio": null,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"method_options": {
|
|
"beta_min": 0.6,
|
|
"beta_max": 1.0
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_quantum_beta_0.6_1.0_seed51_4cf40096997e"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.6_1.0",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.770385980606079,
|
|
"train_acc": 0.3785000145435333,
|
|
"train_mse": 0.07627403736114502,
|
|
"val_loss": 1.7482523918151855,
|
|
"val_acc": 0.3866666555404663,
|
|
"val_mse": 0.07508829981088638,
|
|
"fit_time_sec": 2.41624170797877,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Quantum PSO",
|
|
"source": "10.1109/CEC.2004.1330875",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"beta_min": 0.6,
|
|
"beta_max": 1.0
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "quantum",
|
|
"velocity_limit_ratio": null,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"method_options": {
|
|
"beta_min": 0.6,
|
|
"beta_max": 1.0
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_quantum_beta_0.6_1.0_seed52_b8cf5face5ea"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.6_1.0",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.711459994316101,
|
|
"train_acc": 0.4320000112056732,
|
|
"train_mse": 0.07082363963127136,
|
|
"val_loss": 1.684290885925293,
|
|
"val_acc": 0.4399999976158142,
|
|
"val_mse": 0.07037489116191864,
|
|
"fit_time_sec": 2.4244089999701828,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Quantum PSO",
|
|
"source": "10.1109/CEC.2004.1330875",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"beta_min": 0.6,
|
|
"beta_max": 1.0
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "quantum",
|
|
"velocity_limit_ratio": null,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"method_options": {
|
|
"beta_min": 0.6,
|
|
"beta_max": 1.0
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_quantum_beta_0.6_1.0_seed53_0dc659272cc4"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.5_1.2",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.6640392541885376,
|
|
"train_acc": 0.4580000042915344,
|
|
"train_mse": 0.06881032139062881,
|
|
"val_loss": 1.6313401460647583,
|
|
"val_acc": 0.43833333253860474,
|
|
"val_mse": 0.0688972994685173,
|
|
"fit_time_sec": 2.379183917073533,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Quantum PSO",
|
|
"source": "10.1109/CEC.2004.1330875",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"beta_min": 0.5,
|
|
"beta_max": 1.2
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "quantum",
|
|
"velocity_limit_ratio": null,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"method_options": {
|
|
"beta_min": 0.5,
|
|
"beta_max": 1.2
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_quantum_beta_0.5_1.2_seed51_c4a274ec6a1f"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.5_1.2",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.5431870222091675,
|
|
"train_acc": 0.49149999022483826,
|
|
"train_mse": 0.06610891968011856,
|
|
"val_loss": 1.515285849571228,
|
|
"val_acc": 0.5133333206176758,
|
|
"val_mse": 0.06496633589267731,
|
|
"fit_time_sec": 2.3730562501586974,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Quantum PSO",
|
|
"source": "10.1109/CEC.2004.1330875",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"beta_min": 0.5,
|
|
"beta_max": 1.2
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "quantum",
|
|
"velocity_limit_ratio": null,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"method_options": {
|
|
"beta_min": 0.5,
|
|
"beta_max": 1.2
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_quantum_beta_0.5_1.2_seed52_876d9cd41977"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.5_1.2",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.7410157918930054,
|
|
"train_acc": 0.4059999883174896,
|
|
"train_mse": 0.07398762553930283,
|
|
"val_loss": 1.7098183631896973,
|
|
"val_acc": 0.3916666805744171,
|
|
"val_mse": 0.07386184483766556,
|
|
"fit_time_sec": 2.438973000040278,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Quantum PSO",
|
|
"source": "10.1109/CEC.2004.1330875",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"beta_min": 0.5,
|
|
"beta_max": 1.2
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "quantum",
|
|
"velocity_limit_ratio": null,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"method_options": {
|
|
"beta_min": 0.5,
|
|
"beta_max": 1.2
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_quantum_beta_0.5_1.2_seed53_11db1f78c192"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.4_0.9",
|
|
"seed": 51,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.4330989122390747,
|
|
"train_acc": 0.512499988079071,
|
|
"train_mse": 0.06236521154642105,
|
|
"val_loss": 1.369968295097351,
|
|
"val_acc": 0.5433333516120911,
|
|
"val_mse": 0.06111948564648628,
|
|
"fit_time_sec": 2.5881015001796186,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "82b3214d02e2e634",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Quantum PSO",
|
|
"source": "10.1109/CEC.2004.1330875",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"beta_min": 0.4,
|
|
"beta_max": 0.9
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "quantum",
|
|
"velocity_limit_ratio": null,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"method_options": {
|
|
"beta_min": 0.4,
|
|
"beta_max": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_quantum_beta_0.4_0.9_seed51_972bc34a235d"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.4_0.9",
|
|
"seed": 52,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.4685417413711548,
|
|
"train_acc": 0.5249999761581421,
|
|
"train_mse": 0.06346181780099869,
|
|
"val_loss": 1.3982360363006592,
|
|
"val_acc": 0.5716666579246521,
|
|
"val_mse": 0.06072157621383667,
|
|
"fit_time_sec": 2.5672016669996083,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "ddffbe335bef15ad",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Quantum PSO",
|
|
"source": "10.1109/CEC.2004.1330875",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"beta_min": 0.4,
|
|
"beta_max": 0.9
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "quantum",
|
|
"velocity_limit_ratio": null,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"method_options": {
|
|
"beta_min": 0.4,
|
|
"beta_max": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_quantum_beta_0.4_0.9_seed52_ae077aec756e"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "search",
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.4_0.9",
|
|
"seed": 53,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.3139362335205078,
|
|
"train_acc": 0.5789999961853027,
|
|
"train_mse": 0.05647370219230652,
|
|
"val_loss": 1.244922161102295,
|
|
"val_acc": 0.5799999833106995,
|
|
"val_mse": 0.056043192744255066,
|
|
"fit_time_sec": 2.4583064999897033,
|
|
"data_fingerprint": "bfc8de485755d7f3",
|
|
"model_fingerprint": "00868f788440b8a0",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Quantum PSO",
|
|
"source": "10.1109/CEC.2004.1330875",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"beta_min": 0.4,
|
|
"beta_max": 0.9
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "quantum",
|
|
"velocity_limit_ratio": null,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"method_options": {
|
|
"beta_min": 0.4,
|
|
"beta_max": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "search_quantum_beta_0.4_0.9_seed53_63645cd92e47"
|
|
}
|
|
],
|
|
"confirmation_runs": [
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 61,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0297304391860962,
|
|
"train_acc": 0.6644999980926514,
|
|
"train_mse": 0.046309761703014374,
|
|
"test_loss": 1.2476433515548706,
|
|
"test_acc": 0.5960000157356262,
|
|
"test_mse": 0.054337989538908005,
|
|
"fit_time_sec": 3.3018275420181453,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "2a1760dc9ec95c0a",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_adaptive_moment_am_b0.06_s0.5_seed61_e0e742f6fe58"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 62,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0248669385910034,
|
|
"train_acc": 0.6800000071525574,
|
|
"train_mse": 0.044338468462228775,
|
|
"test_loss": 1.2172735929489136,
|
|
"test_acc": 0.6150000095367432,
|
|
"test_mse": 0.05301284044981003,
|
|
"fit_time_sec": 3.082969541894272,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "8722b0d78b78d382",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_adaptive_moment_am_b0.06_s0.5_seed62_74fb2b89b470"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 63,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0421160459518433,
|
|
"train_acc": 0.6690000295639038,
|
|
"train_mse": 0.04584677889943123,
|
|
"test_loss": 1.2344101667404175,
|
|
"test_acc": 0.6190000176429749,
|
|
"test_mse": 0.052518151700496674,
|
|
"fit_time_sec": 2.7472599998582155,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "f9f62f1942f9151e",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_adaptive_moment_am_b0.06_s0.5_seed63_02e481a3f363"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 64,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9773346185684204,
|
|
"train_acc": 0.7059999704360962,
|
|
"train_mse": 0.041074566543102264,
|
|
"test_loss": 1.1978241205215454,
|
|
"test_acc": 0.6150000095367432,
|
|
"test_mse": 0.052042748779058456,
|
|
"fit_time_sec": 2.670909541891888,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "4cd40d38555ee5ce",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_adaptive_moment_am_b0.06_s0.5_seed64_19687a187644"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 65,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0047204494476318,
|
|
"train_acc": 0.6959999799728394,
|
|
"train_mse": 0.04294333606958389,
|
|
"test_loss": 1.2509828805923462,
|
|
"test_acc": 0.6079999804496765,
|
|
"test_mse": 0.05341806635260582,
|
|
"fit_time_sec": 2.9130489169619977,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "70f99d26e1303b76",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_adaptive_moment_am_b0.06_s0.5_seed65_45bea64c4340"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_asymmetric",
|
|
"seed": 61,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0274338722229004,
|
|
"train_acc": 0.6735000014305115,
|
|
"train_mse": 0.04481710121035576,
|
|
"test_loss": 1.2075469493865967,
|
|
"test_acc": 0.6320000290870667,
|
|
"test_mse": 0.051997773349285126,
|
|
"fit_time_sec": 2.564156916923821,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "2a1760dc9ec95c0a",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.8,
|
|
"c1": 1.2,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.8,
|
|
"c1": 1.2,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_inertia_inertia_asymmetric_seed61_4724cbb71341"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_asymmetric",
|
|
"seed": 62,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9986715912818909,
|
|
"train_acc": 0.6855000257492065,
|
|
"train_mse": 0.043963707983493805,
|
|
"test_loss": 1.2740414142608643,
|
|
"test_acc": 0.578000009059906,
|
|
"test_mse": 0.056466199457645416,
|
|
"fit_time_sec": 2.5913295838981867,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "8722b0d78b78d382",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.8,
|
|
"c1": 1.2,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.8,
|
|
"c1": 1.2,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_inertia_inertia_asymmetric_seed62_2566bc98b863"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_asymmetric",
|
|
"seed": 63,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.8828525543212891,
|
|
"train_acc": 0.7315000295639038,
|
|
"train_mse": 0.03869428485631943,
|
|
"test_loss": 1.0797629356384277,
|
|
"test_acc": 0.6620000004768372,
|
|
"test_mse": 0.04682194069027901,
|
|
"fit_time_sec": 2.6188287080731243,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "f9f62f1942f9151e",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.8,
|
|
"c1": 1.2,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.8,
|
|
"c1": 1.2,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_inertia_inertia_asymmetric_seed63_5ef6897f43ab"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_asymmetric",
|
|
"seed": 64,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9942940473556519,
|
|
"train_acc": 0.6865000128746033,
|
|
"train_mse": 0.043017033487558365,
|
|
"test_loss": 1.2426005601882935,
|
|
"test_acc": 0.621999979019165,
|
|
"test_mse": 0.05173056200146675,
|
|
"fit_time_sec": 2.534188667079434,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "4cd40d38555ee5ce",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.8,
|
|
"c1": 1.2,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.8,
|
|
"c1": 1.2,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_inertia_inertia_asymmetric_seed64_0ef61137ad79"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "inertia",
|
|
"candidate_label": "inertia_asymmetric",
|
|
"seed": 65,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0921698808670044,
|
|
"train_acc": 0.6729999780654907,
|
|
"train_mse": 0.04589727148413658,
|
|
"test_loss": 1.2609055042266846,
|
|
"test_acc": 0.6209999918937683,
|
|
"test_mse": 0.052379049360752106,
|
|
"fit_time_sec": 2.542070833966136,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "70f99d26e1303b76",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Inertia Weight PSO",
|
|
"source": "10.1109/ICEC.1998.699146",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.8,
|
|
"c1": 1.2,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "inertia",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.8,
|
|
"c1": 1.2,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_inertia_inertia_asymmetric_seed65_46915e745846"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c205_canonical",
|
|
"seed": 61,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0248574018478394,
|
|
"train_acc": 0.6919999718666077,
|
|
"train_mse": 0.04333744943141937,
|
|
"test_loss": 1.2035431861877441,
|
|
"test_acc": 0.6299999952316284,
|
|
"test_mse": 0.05152203515172005,
|
|
"fit_time_sec": 2.5165979999583215,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "2a1760dc9ec95c0a",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"chi": 0.7298437881283576
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.05,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_constriction_constriction_c205_canonical_seed61_9019cd9ce38f"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c205_canonical",
|
|
"seed": 62,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.1310851573944092,
|
|
"train_acc": 0.6700000166893005,
|
|
"train_mse": 0.046749312430620193,
|
|
"test_loss": 1.3196481466293335,
|
|
"test_acc": 0.5849999785423279,
|
|
"test_mse": 0.055950723588466644,
|
|
"fit_time_sec": 2.481917541939765,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "8722b0d78b78d382",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"chi": 0.7298437881283576
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.05,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_constriction_constriction_c205_canonical_seed62_46d2fef1bc63"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c205_canonical",
|
|
"seed": 63,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0529502630233765,
|
|
"train_acc": 0.6644999980926514,
|
|
"train_mse": 0.04611203819513321,
|
|
"test_loss": 1.2498247623443604,
|
|
"test_acc": 0.5789999961853027,
|
|
"test_mse": 0.05548400804400444,
|
|
"fit_time_sec": 2.593008500058204,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "f9f62f1942f9151e",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"chi": 0.7298437881283576
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.05,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_constriction_constriction_c205_canonical_seed63_d7c98a90a890"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c205_canonical",
|
|
"seed": 64,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9444444179534912,
|
|
"train_acc": 0.7145000100135803,
|
|
"train_mse": 0.04049043729901314,
|
|
"test_loss": 1.2384077310562134,
|
|
"test_acc": 0.6179999709129333,
|
|
"test_mse": 0.0526747927069664,
|
|
"fit_time_sec": 2.4862103750929236,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "4cd40d38555ee5ce",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"chi": 0.7298437881283576
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.05,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_constriction_constriction_c205_canonical_seed64_9178a53fa605"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "constriction",
|
|
"candidate_label": "constriction_c205_canonical",
|
|
"seed": 65,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9420643448829651,
|
|
"train_acc": 0.7105000019073486,
|
|
"train_mse": 0.041058044880628586,
|
|
"test_loss": 1.219950795173645,
|
|
"test_acc": 0.6209999918937683,
|
|
"test_mse": 0.051569391041994095,
|
|
"fit_time_sec": 2.5256920421961695,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "70f99d26e1303b76",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Constriction Coefficient PSO",
|
|
"source": "10.1109/4235.985692",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"chi": 0.7298437881283576
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "constriction",
|
|
"velocity_limit_ratio": 0.05,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 2.05,
|
|
"c1": 2.05,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_constriction_constriction_c205_canonical_seed65_35f49c87ae7e"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r4_constant",
|
|
"seed": 61,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0233083963394165,
|
|
"train_acc": 0.703499972820282,
|
|
"train_mse": 0.04417002946138382,
|
|
"test_loss": 1.1751943826675415,
|
|
"test_acc": 0.6549999713897705,
|
|
"test_mse": 0.050412945449352264,
|
|
"fit_time_sec": 2.535716458922252,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "2a1760dc9ec95c0a",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Ring Local Best PSO",
|
|
"source": "10.1109/CEC.2002.1004493",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"neighborhood_radius": 4
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "local_best",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"neighborhood_radius": 4,
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_local_best_local_best_r4_constant_seed61_73f3ed288805"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r4_constant",
|
|
"seed": 62,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0379226207733154,
|
|
"train_acc": 0.6970000267028809,
|
|
"train_mse": 0.04612046852707863,
|
|
"test_loss": 1.2656233310699463,
|
|
"test_acc": 0.593999981880188,
|
|
"test_mse": 0.056342579424381256,
|
|
"fit_time_sec": 2.5843862500041723,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "8722b0d78b78d382",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Ring Local Best PSO",
|
|
"source": "10.1109/CEC.2002.1004493",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"neighborhood_radius": 4
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "local_best",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"neighborhood_radius": 4,
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_local_best_local_best_r4_constant_seed62_eebfde8d3783"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r4_constant",
|
|
"seed": 63,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9664440751075745,
|
|
"train_acc": 0.7275000214576721,
|
|
"train_mse": 0.04065090790390968,
|
|
"test_loss": 1.167758584022522,
|
|
"test_acc": 0.6570000052452087,
|
|
"test_mse": 0.049540925770998,
|
|
"fit_time_sec": 2.485073500080034,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "f9f62f1942f9151e",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Ring Local Best PSO",
|
|
"source": "10.1109/CEC.2002.1004493",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"neighborhood_radius": 4
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "local_best",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"neighborhood_radius": 4,
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_local_best_local_best_r4_constant_seed63_6fe7e88eef36"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r4_constant",
|
|
"seed": 64,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0115971565246582,
|
|
"train_acc": 0.703000009059906,
|
|
"train_mse": 0.044141702353954315,
|
|
"test_loss": 1.1620168685913086,
|
|
"test_acc": 0.625,
|
|
"test_mse": 0.052118122577667236,
|
|
"fit_time_sec": 2.467889874940738,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "4cd40d38555ee5ce",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Ring Local Best PSO",
|
|
"source": "10.1109/CEC.2002.1004493",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"neighborhood_radius": 4
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "local_best",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"neighborhood_radius": 4,
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_local_best_local_best_r4_constant_seed64_1a97e042ff3e"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "local_best",
|
|
"candidate_label": "local_best_r4_constant",
|
|
"seed": 65,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0574767589569092,
|
|
"train_acc": 0.6959999799728394,
|
|
"train_mse": 0.045724473893642426,
|
|
"test_loss": 1.286249041557312,
|
|
"test_acc": 0.6010000109672546,
|
|
"test_mse": 0.05573433265089989,
|
|
"fit_time_sec": 2.488020292017609,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "70f99d26e1303b76",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Ring Local Best PSO",
|
|
"source": "10.1109/CEC.2002.1004493",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"neighborhood_radius": 4
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "local_best",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"neighborhood_radius": 4,
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_local_best_local_best_r4_constant_seed65_0c8c6ac7d8a4"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.4_0.9",
|
|
"seed": 61,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.4583405256271362,
|
|
"train_acc": 0.5460000038146973,
|
|
"train_mse": 0.06230271980166435,
|
|
"test_loss": 1.464557409286499,
|
|
"test_acc": 0.5320000052452087,
|
|
"test_mse": 0.06282258033752441,
|
|
"fit_time_sec": 2.3820620418991894,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "2a1760dc9ec95c0a",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Quantum PSO",
|
|
"source": "10.1109/CEC.2004.1330875",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"beta_min": 0.4,
|
|
"beta_max": 0.9
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "quantum",
|
|
"velocity_limit_ratio": null,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"method_options": {
|
|
"beta_min": 0.4,
|
|
"beta_max": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_quantum_quantum_beta_0.4_0.9_seed61_a2e8b7676470"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.4_0.9",
|
|
"seed": 62,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.5153175592422485,
|
|
"train_acc": 0.5084999799728394,
|
|
"train_mse": 0.06375879794359207,
|
|
"test_loss": 1.5834708213806152,
|
|
"test_acc": 0.4650000035762787,
|
|
"test_mse": 0.0668596550822258,
|
|
"fit_time_sec": 2.4394417498260736,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "8722b0d78b78d382",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Quantum PSO",
|
|
"source": "10.1109/CEC.2004.1330875",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"beta_min": 0.4,
|
|
"beta_max": 0.9
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "quantum",
|
|
"velocity_limit_ratio": null,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"method_options": {
|
|
"beta_min": 0.4,
|
|
"beta_max": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_quantum_quantum_beta_0.4_0.9_seed62_762584f88912"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.4_0.9",
|
|
"seed": 63,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.4202407598495483,
|
|
"train_acc": 0.5490000247955322,
|
|
"train_mse": 0.059825461357831955,
|
|
"test_loss": 1.5065674781799316,
|
|
"test_acc": 0.4860000014305115,
|
|
"test_mse": 0.06405868381261826,
|
|
"fit_time_sec": 2.3948492500931025,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "f9f62f1942f9151e",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Quantum PSO",
|
|
"source": "10.1109/CEC.2004.1330875",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"beta_min": 0.4,
|
|
"beta_max": 0.9
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "quantum",
|
|
"velocity_limit_ratio": null,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"method_options": {
|
|
"beta_min": 0.4,
|
|
"beta_max": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_quantum_quantum_beta_0.4_0.9_seed63_268565cdbc8f"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.4_0.9",
|
|
"seed": 64,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.3938108682632446,
|
|
"train_acc": 0.5199999809265137,
|
|
"train_mse": 0.06204824894666672,
|
|
"test_loss": 1.4775264263153076,
|
|
"test_acc": 0.46799999475479126,
|
|
"test_mse": 0.06637361645698547,
|
|
"fit_time_sec": 2.3948124169837683,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "4cd40d38555ee5ce",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Quantum PSO",
|
|
"source": "10.1109/CEC.2004.1330875",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"beta_min": 0.4,
|
|
"beta_max": 0.9
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "quantum",
|
|
"velocity_limit_ratio": null,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"method_options": {
|
|
"beta_min": 0.4,
|
|
"beta_max": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_quantum_quantum_beta_0.4_0.9_seed64_968dd6fa0571"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "confirmation",
|
|
"method": "quantum",
|
|
"candidate_label": "quantum_beta_0.4_0.9",
|
|
"seed": 65,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.3520328998565674,
|
|
"train_acc": 0.5724999904632568,
|
|
"train_mse": 0.05604845657944679,
|
|
"test_loss": 1.5641074180603027,
|
|
"test_acc": 0.4779999852180481,
|
|
"test_mse": 0.06454122811555862,
|
|
"fit_time_sec": 2.402772541856393,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "70f99d26e1303b76",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Quantum PSO",
|
|
"source": "10.1109/CEC.2004.1330875",
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"beta_min": 0.4,
|
|
"beta_max": 0.9
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "quantum",
|
|
"velocity_limit_ratio": null,
|
|
"mutation_swarm": 0.0,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"method_options": {
|
|
"beta_min": 0.4,
|
|
"beta_max": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "confirm_quantum_quantum_beta_0.4_0.9_seed65_55d400304d8b"
|
|
}
|
|
],
|
|
"scaling_runs": [
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 71,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0238605737686157,
|
|
"train_acc": 0.6834999918937683,
|
|
"train_mse": 0.044781655073165894,
|
|
"test_loss": 1.2778329849243164,
|
|
"test_acc": 0.5789999961853027,
|
|
"test_mse": 0.05719960853457451,
|
|
"fit_time_sec": 2.591740084113553,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "0777bd52fd76272d",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_30p_80e_fixed_epoch_seed71_9275568c45fc",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 72,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0670214891433716,
|
|
"train_acc": 0.6604999899864197,
|
|
"train_mse": 0.04655227065086365,
|
|
"test_loss": 1.199388861656189,
|
|
"test_acc": 0.6060000061988831,
|
|
"test_mse": 0.052410222589969635,
|
|
"fit_time_sec": 2.7087553329765797,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "6fcb6e473bdacbd2",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_30p_80e_fixed_epoch_seed72_664dc1187b00",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 73,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9569582939147949,
|
|
"train_acc": 0.7014999985694885,
|
|
"train_mse": 0.0413692481815815,
|
|
"test_loss": 1.1562552452087402,
|
|
"test_acc": 0.6389999985694885,
|
|
"test_mse": 0.051246583461761475,
|
|
"fit_time_sec": 2.6669440830592066,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "2e6c351372592f10",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_30p_80e_fixed_epoch_seed73_f73fe00c1aab",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 74,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.8988860845565796,
|
|
"train_acc": 0.718999981880188,
|
|
"train_mse": 0.03921135887503624,
|
|
"test_loss": 1.0667707920074463,
|
|
"test_acc": 0.6589999794960022,
|
|
"test_mse": 0.047151338309049606,
|
|
"fit_time_sec": 2.6316912909969687,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "4000fe3fb26ef207",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_30p_80e_fixed_epoch_seed74_f703eea6cd6a",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 75,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9674410820007324,
|
|
"train_acc": 0.7139999866485596,
|
|
"train_mse": 0.04114193841814995,
|
|
"test_loss": 1.2670954465866089,
|
|
"test_acc": 0.6230000257492065,
|
|
"test_mse": 0.052300941199064255,
|
|
"fit_time_sec": 2.8266918330918998,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "0966039f5ef7af88",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_30p_80e_fixed_epoch_seed75_5dd29e885bd8",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 71,
|
|
"n_particles": 60,
|
|
"epochs": 80,
|
|
"particle_epochs": 4800,
|
|
"train_loss": 0.8341852426528931,
|
|
"train_acc": 0.7419999837875366,
|
|
"train_mse": 0.036770910024642944,
|
|
"test_loss": 1.021918535232544,
|
|
"test_acc": 0.6729999780654907,
|
|
"test_mse": 0.0449918694794178,
|
|
"fit_time_sec": 6.297774499980733,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "0777bd52fd76272d",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 60,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_60p_80e_fixed_epoch_seed71_d6f7409ead05",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 72,
|
|
"n_particles": 60,
|
|
"epochs": 80,
|
|
"particle_epochs": 4800,
|
|
"train_loss": 0.8334679007530212,
|
|
"train_acc": 0.7580000162124634,
|
|
"train_mse": 0.0346507728099823,
|
|
"test_loss": 1.1486669778823853,
|
|
"test_acc": 0.6499999761581421,
|
|
"test_mse": 0.048473432660102844,
|
|
"fit_time_sec": 5.944013542030007,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "6fcb6e473bdacbd2",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 60,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_60p_80e_fixed_epoch_seed72_f6cc409842c9",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 73,
|
|
"n_particles": 60,
|
|
"epochs": 80,
|
|
"particle_epochs": 4800,
|
|
"train_loss": 0.7845665216445923,
|
|
"train_acc": 0.7599999904632568,
|
|
"train_mse": 0.03348695859313011,
|
|
"test_loss": 1.059795618057251,
|
|
"test_acc": 0.6589999794960022,
|
|
"test_mse": 0.04623967781662941,
|
|
"fit_time_sec": 5.409191000042483,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "2e6c351372592f10",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 60,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_60p_80e_fixed_epoch_seed73_e225cf4bcba5",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 74,
|
|
"n_particles": 60,
|
|
"epochs": 80,
|
|
"particle_epochs": 4800,
|
|
"train_loss": 0.8425021767616272,
|
|
"train_acc": 0.7400000095367432,
|
|
"train_mse": 0.036814577877521515,
|
|
"test_loss": 1.0703872442245483,
|
|
"test_acc": 0.6610000133514404,
|
|
"test_mse": 0.046978432685136795,
|
|
"fit_time_sec": 5.092122667003423,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "4000fe3fb26ef207",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 60,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_60p_80e_fixed_epoch_seed74_5f61422d77d1",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 75,
|
|
"n_particles": 60,
|
|
"epochs": 80,
|
|
"particle_epochs": 4800,
|
|
"train_loss": 0.7727756500244141,
|
|
"train_acc": 0.753000020980835,
|
|
"train_mse": 0.03384615480899811,
|
|
"test_loss": 1.0723776817321777,
|
|
"test_acc": 0.6539999842643738,
|
|
"test_mse": 0.04744390770792961,
|
|
"fit_time_sec": 5.18646250013262,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "0966039f5ef7af88",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 60,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_60p_80e_fixed_epoch_seed75_dd5a845500dc",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 71,
|
|
"n_particles": 90,
|
|
"epochs": 80,
|
|
"particle_epochs": 7200,
|
|
"train_loss": 0.6898615956306458,
|
|
"train_acc": 0.7910000085830688,
|
|
"train_mse": 0.029968174174427986,
|
|
"test_loss": 0.8688502311706543,
|
|
"test_acc": 0.7310000061988831,
|
|
"test_mse": 0.03894031420350075,
|
|
"fit_time_sec": 8.216789624886587,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "0777bd52fd76272d",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 90,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_90p_80e_fixed_epoch_seed71_bbe723279f9d",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 72,
|
|
"n_particles": 90,
|
|
"epochs": 80,
|
|
"particle_epochs": 7200,
|
|
"train_loss": 0.7159585952758789,
|
|
"train_acc": 0.781499981880188,
|
|
"train_mse": 0.030635599046945572,
|
|
"test_loss": 0.9239839911460876,
|
|
"test_acc": 0.718999981880188,
|
|
"test_mse": 0.040356870740652084,
|
|
"fit_time_sec": 8.96910895803012,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "6fcb6e473bdacbd2",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 90,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_90p_80e_fixed_epoch_seed72_e898b08da07a",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 73,
|
|
"n_particles": 90,
|
|
"epochs": 80,
|
|
"particle_epochs": 7200,
|
|
"train_loss": 0.738656759262085,
|
|
"train_acc": 0.7760000228881836,
|
|
"train_mse": 0.032128240913152695,
|
|
"test_loss": 0.9498289227485657,
|
|
"test_acc": 0.6959999799728394,
|
|
"test_mse": 0.04225980117917061,
|
|
"fit_time_sec": 9.117825584020466,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "2e6c351372592f10",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 90,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_90p_80e_fixed_epoch_seed73_bf63bb695b9b",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 74,
|
|
"n_particles": 90,
|
|
"epochs": 80,
|
|
"particle_epochs": 7200,
|
|
"train_loss": 0.7267816066741943,
|
|
"train_acc": 0.7770000100135803,
|
|
"train_mse": 0.031841080635786057,
|
|
"test_loss": 0.954045295715332,
|
|
"test_acc": 0.6769999861717224,
|
|
"test_mse": 0.04218713194131851,
|
|
"fit_time_sec": 8.722332582809031,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "4000fe3fb26ef207",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 90,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_90p_80e_fixed_epoch_seed74_06d4bc72a2ed",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 75,
|
|
"n_particles": 90,
|
|
"epochs": 80,
|
|
"particle_epochs": 7200,
|
|
"train_loss": 0.7104133367538452,
|
|
"train_acc": 0.7889999747276306,
|
|
"train_mse": 0.030791515484452248,
|
|
"test_loss": 0.962693989276886,
|
|
"test_acc": 0.6930000185966492,
|
|
"test_mse": 0.04196783900260925,
|
|
"fit_time_sec": 8.110321166925132,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "0966039f5ef7af88",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 90,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_90p_80e_fixed_epoch_seed75_3cdacc3f38c0",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 71,
|
|
"n_particles": 120,
|
|
"epochs": 80,
|
|
"particle_epochs": 9600,
|
|
"train_loss": 0.6516683101654053,
|
|
"train_acc": 0.7950000166893005,
|
|
"train_mse": 0.028850017115473747,
|
|
"test_loss": 0.8584634065628052,
|
|
"test_acc": 0.7360000014305115,
|
|
"test_mse": 0.037673790007829666,
|
|
"fit_time_sec": 11.962705624988303,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "0777bd52fd76272d",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 120,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_120p_80e_fixed_epoch_seed71_e66d603db8f5",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 72,
|
|
"n_particles": 120,
|
|
"epochs": 80,
|
|
"particle_epochs": 9600,
|
|
"train_loss": 0.6982801556587219,
|
|
"train_acc": 0.7914999723434448,
|
|
"train_mse": 0.030153820291161537,
|
|
"test_loss": 0.9025362133979797,
|
|
"test_acc": 0.7239999771118164,
|
|
"test_mse": 0.038956169039011,
|
|
"fit_time_sec": 11.906837583053857,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "6fcb6e473bdacbd2",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 120,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_120p_80e_fixed_epoch_seed72_47cdadf9a983",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 73,
|
|
"n_particles": 120,
|
|
"epochs": 80,
|
|
"particle_epochs": 9600,
|
|
"train_loss": 0.7527623772621155,
|
|
"train_acc": 0.7749999761581421,
|
|
"train_mse": 0.032556530088186264,
|
|
"test_loss": 1.001193642616272,
|
|
"test_acc": 0.6919999718666077,
|
|
"test_mse": 0.04309915751218796,
|
|
"fit_time_sec": 10.664651792030782,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "2e6c351372592f10",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 120,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_120p_80e_fixed_epoch_seed73_78208b86e119",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 74,
|
|
"n_particles": 120,
|
|
"epochs": 80,
|
|
"particle_epochs": 9600,
|
|
"train_loss": 0.6858600974082947,
|
|
"train_acc": 0.784500002861023,
|
|
"train_mse": 0.030640259385108948,
|
|
"test_loss": 0.8601324558258057,
|
|
"test_acc": 0.7350000143051147,
|
|
"test_mse": 0.03845023736357689,
|
|
"fit_time_sec": 10.921957665821537,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "4000fe3fb26ef207",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 120,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_120p_80e_fixed_epoch_seed74_e44bd395ec76",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 75,
|
|
"n_particles": 120,
|
|
"epochs": 80,
|
|
"particle_epochs": 9600,
|
|
"train_loss": 0.6326538324356079,
|
|
"train_acc": 0.8125,
|
|
"train_mse": 0.02839995175600052,
|
|
"test_loss": 0.889915406703949,
|
|
"test_acc": 0.7300000190734863,
|
|
"test_mse": 0.03931796923279762,
|
|
"fit_time_sec": 10.411899874918163,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "0966039f5ef7af88",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 120,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_120p_80e_fixed_epoch_seed75_17aefd097619",
|
|
"regimen": "fixed_epoch"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 71,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0238605737686157,
|
|
"train_acc": 0.6834999918937683,
|
|
"train_mse": 0.044781655073165894,
|
|
"test_loss": 1.2778329849243164,
|
|
"test_acc": 0.5789999961853027,
|
|
"test_mse": 0.05719960853457451,
|
|
"fit_time_sec": 2.591740084113553,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "0777bd52fd76272d",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_30p_80e_fixed_budget_seed71_ad4f5f56fc08",
|
|
"regimen": "fixed_budget"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 72,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.0670214891433716,
|
|
"train_acc": 0.6604999899864197,
|
|
"train_mse": 0.04655227065086365,
|
|
"test_loss": 1.199388861656189,
|
|
"test_acc": 0.6060000061988831,
|
|
"test_mse": 0.052410222589969635,
|
|
"fit_time_sec": 2.7087553329765797,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "6fcb6e473bdacbd2",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_30p_80e_fixed_budget_seed72_c91605717855",
|
|
"regimen": "fixed_budget"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 73,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9569582939147949,
|
|
"train_acc": 0.7014999985694885,
|
|
"train_mse": 0.0413692481815815,
|
|
"test_loss": 1.1562552452087402,
|
|
"test_acc": 0.6389999985694885,
|
|
"test_mse": 0.051246583461761475,
|
|
"fit_time_sec": 2.6669440830592066,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "2e6c351372592f10",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_30p_80e_fixed_budget_seed73_93b5bd82f1d3",
|
|
"regimen": "fixed_budget"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 74,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.8988860845565796,
|
|
"train_acc": 0.718999981880188,
|
|
"train_mse": 0.03921135887503624,
|
|
"test_loss": 1.0667707920074463,
|
|
"test_acc": 0.6589999794960022,
|
|
"test_mse": 0.047151338309049606,
|
|
"fit_time_sec": 2.6316912909969687,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "4000fe3fb26ef207",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_30p_80e_fixed_budget_seed74_a4e354610e4d",
|
|
"regimen": "fixed_budget"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 75,
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 0.9674410820007324,
|
|
"train_acc": 0.7139999866485596,
|
|
"train_mse": 0.04114193841814995,
|
|
"test_loss": 1.2670954465866089,
|
|
"test_acc": 0.6230000257492065,
|
|
"test_mse": 0.052300941199064255,
|
|
"fit_time_sec": 2.8266918330918998,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "0966039f5ef7af88",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 30,
|
|
"epochs": 80,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_30p_80e_fixed_budget_seed75_d1681e6e7ae0",
|
|
"regimen": "fixed_budget"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 71,
|
|
"n_particles": 60,
|
|
"epochs": 40,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.3702143430709839,
|
|
"train_acc": 0.5690000057220459,
|
|
"train_mse": 0.0591430589556694,
|
|
"test_loss": 1.5396113395690918,
|
|
"test_acc": 0.49000000953674316,
|
|
"test_mse": 0.06583584100008011,
|
|
"fit_time_sec": 2.6427467500325292,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "0777bd52fd76272d",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 60,
|
|
"epochs": 40,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_60p_40e_fixed_budget_seed71_6fae35a67da9",
|
|
"regimen": "fixed_budget"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 72,
|
|
"n_particles": 60,
|
|
"epochs": 40,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.3834563493728638,
|
|
"train_acc": 0.5490000247955322,
|
|
"train_mse": 0.05912359058856964,
|
|
"test_loss": 1.564630150794983,
|
|
"test_acc": 0.5270000100135803,
|
|
"test_mse": 0.06432151794433594,
|
|
"fit_time_sec": 2.897082625189796,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "6fcb6e473bdacbd2",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 60,
|
|
"epochs": 40,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_60p_40e_fixed_budget_seed72_6fa47e021e5b",
|
|
"regimen": "fixed_budget"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 73,
|
|
"n_particles": 60,
|
|
"epochs": 40,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.239696979522705,
|
|
"train_acc": 0.6129999756813049,
|
|
"train_mse": 0.0534692220389843,
|
|
"test_loss": 1.4340611696243286,
|
|
"test_acc": 0.5109999775886536,
|
|
"test_mse": 0.06299576163291931,
|
|
"fit_time_sec": 2.8362932079471648,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "2e6c351372592f10",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 60,
|
|
"epochs": 40,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_60p_40e_fixed_budget_seed73_e4ccdee8c275",
|
|
"regimen": "fixed_budget"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 74,
|
|
"n_particles": 60,
|
|
"epochs": 40,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.3051151037216187,
|
|
"train_acc": 0.593500018119812,
|
|
"train_mse": 0.05637447535991669,
|
|
"test_loss": 1.4914799928665161,
|
|
"test_acc": 0.5370000004768372,
|
|
"test_mse": 0.06303515285253525,
|
|
"fit_time_sec": 2.7601085831411183,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "4000fe3fb26ef207",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 60,
|
|
"epochs": 40,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_60p_40e_fixed_budget_seed74_82b4a6209e9c",
|
|
"regimen": "fixed_budget"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 75,
|
|
"n_particles": 60,
|
|
"epochs": 40,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.23734712600708,
|
|
"train_acc": 0.6150000095367432,
|
|
"train_mse": 0.05402138829231262,
|
|
"test_loss": 1.6433888673782349,
|
|
"test_acc": 0.47200000286102295,
|
|
"test_mse": 0.07071221619844437,
|
|
"fit_time_sec": 2.791566374944523,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "0966039f5ef7af88",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 60,
|
|
"epochs": 40,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_60p_40e_fixed_budget_seed75_0e2719972bac",
|
|
"regimen": "fixed_budget"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 71,
|
|
"n_particles": 90,
|
|
"epochs": 27,
|
|
"particle_epochs": 2430,
|
|
"train_loss": 1.454797387123108,
|
|
"train_acc": 0.5099999904632568,
|
|
"train_mse": 0.06346537172794342,
|
|
"test_loss": 1.7139235734939575,
|
|
"test_acc": 0.40400001406669617,
|
|
"test_mse": 0.07408219575881958,
|
|
"fit_time_sec": 3.001450875075534,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "0777bd52fd76272d",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 90,
|
|
"epochs": 27,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_90p_27e_fixed_budget_seed71_83befaf31a59",
|
|
"regimen": "fixed_budget"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 72,
|
|
"n_particles": 90,
|
|
"epochs": 27,
|
|
"particle_epochs": 2430,
|
|
"train_loss": 1.436651349067688,
|
|
"train_acc": 0.5364999771118164,
|
|
"train_mse": 0.06031753495335579,
|
|
"test_loss": 1.525922417640686,
|
|
"test_acc": 0.5180000066757202,
|
|
"test_mse": 0.06329239904880524,
|
|
"fit_time_sec": 2.9281624578870833,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "6fcb6e473bdacbd2",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 90,
|
|
"epochs": 27,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_90p_27e_fixed_budget_seed72_cee00ffedfe8",
|
|
"regimen": "fixed_budget"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 73,
|
|
"n_particles": 90,
|
|
"epochs": 27,
|
|
"particle_epochs": 2430,
|
|
"train_loss": 1.5700972080230713,
|
|
"train_acc": 0.4805000126361847,
|
|
"train_mse": 0.06833409518003464,
|
|
"test_loss": 1.7064924240112305,
|
|
"test_acc": 0.4180000126361847,
|
|
"test_mse": 0.07409033179283142,
|
|
"fit_time_sec": 3.446030291961506,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "2e6c351372592f10",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 90,
|
|
"epochs": 27,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_90p_27e_fixed_budget_seed73_63586637441d",
|
|
"regimen": "fixed_budget"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 74,
|
|
"n_particles": 90,
|
|
"epochs": 27,
|
|
"particle_epochs": 2430,
|
|
"train_loss": 1.4872608184814453,
|
|
"train_acc": 0.5425000190734863,
|
|
"train_mse": 0.06152648106217384,
|
|
"test_loss": 1.6065630912780762,
|
|
"test_acc": 0.5059999823570251,
|
|
"test_mse": 0.06642712652683258,
|
|
"fit_time_sec": 3.13685941696167,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "4000fe3fb26ef207",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 90,
|
|
"epochs": 27,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_90p_27e_fixed_budget_seed74_3a58c7518a8f",
|
|
"regimen": "fixed_budget"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 75,
|
|
"n_particles": 90,
|
|
"epochs": 27,
|
|
"particle_epochs": 2430,
|
|
"train_loss": 1.4402897357940674,
|
|
"train_acc": 0.5699999928474426,
|
|
"train_mse": 0.05947257950901985,
|
|
"test_loss": 1.5009552240371704,
|
|
"test_acc": 0.5450000166893005,
|
|
"test_mse": 0.06177634745836258,
|
|
"fit_time_sec": 3.0350140419322997,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "0966039f5ef7af88",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 90,
|
|
"epochs": 27,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_90p_27e_fixed_budget_seed75_c5c127ef9782",
|
|
"regimen": "fixed_budget"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 71,
|
|
"n_particles": 120,
|
|
"epochs": 20,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.5967158079147339,
|
|
"train_acc": 0.4830000102519989,
|
|
"train_mse": 0.0660470575094223,
|
|
"test_loss": 1.7100492715835571,
|
|
"test_acc": 0.43799999356269836,
|
|
"test_mse": 0.07075551897287369,
|
|
"fit_time_sec": 3.14462749985978,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "0777bd52fd76272d",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 120,
|
|
"epochs": 20,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_120p_20e_fixed_budget_seed71_c981e6c91251",
|
|
"regimen": "fixed_budget"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 72,
|
|
"n_particles": 120,
|
|
"epochs": 20,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.673862338066101,
|
|
"train_acc": 0.46149998903274536,
|
|
"train_mse": 0.0692000463604927,
|
|
"test_loss": 1.8141505718231201,
|
|
"test_acc": 0.4099999964237213,
|
|
"test_mse": 0.07267315685749054,
|
|
"fit_time_sec": 3.102293625008315,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "6fcb6e473bdacbd2",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 120,
|
|
"epochs": 20,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_120p_20e_fixed_budget_seed72_331e9b3a3cb3",
|
|
"regimen": "fixed_budget"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 73,
|
|
"n_particles": 120,
|
|
"epochs": 20,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.7135908603668213,
|
|
"train_acc": 0.4449999928474426,
|
|
"train_mse": 0.07240503281354904,
|
|
"test_loss": 1.8838708400726318,
|
|
"test_acc": 0.375,
|
|
"test_mse": 0.0778227150440216,
|
|
"fit_time_sec": 2.7550693340599537,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "2e6c351372592f10",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 120,
|
|
"epochs": 20,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_120p_20e_fixed_budget_seed73_06252d151e7b",
|
|
"regimen": "fixed_budget"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 74,
|
|
"n_particles": 120,
|
|
"epochs": 20,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.5981744527816772,
|
|
"train_acc": 0.49950000643730164,
|
|
"train_mse": 0.06673180311918259,
|
|
"test_loss": 1.7434691190719604,
|
|
"test_acc": 0.42399999499320984,
|
|
"test_mse": 0.07240629941225052,
|
|
"fit_time_sec": 2.9445771670434624,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "4000fe3fb26ef207",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 120,
|
|
"epochs": 20,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_120p_20e_fixed_budget_seed74_b9a368cfca5a",
|
|
"regimen": "fixed_budget"
|
|
},
|
|
{
|
|
"protocol_version": "1.0.0",
|
|
"pso_version": "4.0.0",
|
|
"torch_version": "2.13.0",
|
|
"hardware": {
|
|
"platform": "macOS-26.5.2-arm64-arm-64bit",
|
|
"system": "Darwin",
|
|
"machine": "arm64",
|
|
"processor": "arm",
|
|
"python_version": "3.11.15",
|
|
"torch_version": "2.13.0",
|
|
"pso_version": "4.0.0",
|
|
"device_type": "mps",
|
|
"device_str": "mps",
|
|
"mps_available": true
|
|
},
|
|
"timing_scope": "fit_only_after_method_specific_warmup",
|
|
"warmup_epochs": 2,
|
|
"error": null,
|
|
"phase": "scaling",
|
|
"method": "adaptive_moment",
|
|
"candidate_label": "am_b0.06_s0.5",
|
|
"seed": 75,
|
|
"n_particles": 120,
|
|
"epochs": 20,
|
|
"particle_epochs": 2400,
|
|
"train_loss": 1.635738730430603,
|
|
"train_acc": 0.46950000524520874,
|
|
"train_mse": 0.06960180401802063,
|
|
"test_loss": 1.8486356735229492,
|
|
"test_acc": 0.4059999883174896,
|
|
"test_mse": 0.07580890506505966,
|
|
"fit_time_sec": 3.1960245410446078,
|
|
"data_fingerprint": "dfe645918ece54c0",
|
|
"model_fingerprint": "0966039f5ef7af88",
|
|
"device": "mps",
|
|
"completed": true,
|
|
"plugins": {
|
|
"movement": {
|
|
"title": "Adaptive Path-Moment PSO",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"moment_blend": 0.06,
|
|
"moment_beta1": 0.9,
|
|
"moment_beta2": 0.999,
|
|
"moment_step_size": 0.5,
|
|
"moment_epsilon": 1e-08
|
|
}
|
|
},
|
|
"initialization": {
|
|
"title": "Model Weight + Uniform Noise Initialization",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"noise": 0.05
|
|
}
|
|
},
|
|
"evaluation": {
|
|
"title": "Fixed Subset Evaluation",
|
|
"source": null,
|
|
"fidelity": "experimental",
|
|
"gradient_required": false,
|
|
"options": {
|
|
"fitness_size": 2000
|
|
}
|
|
},
|
|
"convergence": {
|
|
"title": "No Convergence Action",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
},
|
|
"refinement": {
|
|
"title": "No Refinement",
|
|
"source": null,
|
|
"fidelity": "canonical",
|
|
"gradient_required": false,
|
|
"options": {}
|
|
}
|
|
},
|
|
"config": {
|
|
"method": "adaptive_moment",
|
|
"velocity_limit_ratio": 0.025,
|
|
"mutation_swarm": 0.02,
|
|
"negative_swarm": 0.0,
|
|
"particle_min": -3.0,
|
|
"particle_max": 3.0,
|
|
"boundary_strategy": "reflect",
|
|
"initialization": "model_noise",
|
|
"initial_position_noise": 0.05,
|
|
"evaluation": "fixed_subset",
|
|
"fitness_size": 2000,
|
|
"convergence": "none",
|
|
"refinement": "none",
|
|
"c0": 1.49618,
|
|
"c1": 1.49618,
|
|
"w_min": 0.7298,
|
|
"w_max": 0.7298,
|
|
"method_options": {
|
|
"moment_blend": 0.06,
|
|
"moment_step_size": 0.5,
|
|
"moment_beta1": 0.9
|
|
},
|
|
"n_particles": 120,
|
|
"epochs": 20,
|
|
"batch_size": 1000,
|
|
"renewal": "loss"
|
|
},
|
|
"run_id": "scaling_120p_20e_fixed_budget_seed75_177edb72bac0",
|
|
"regimen": "fixed_budget"
|
|
}
|
|
]
|
|
} |