{ "options": { "number_of_individuals": 10, "crossover_operator_options": null, "mutation_operator_options": null, "resume_from_file": null, "seed": 10, "stopping_condition": { "MaxGeneration": 1000 }, "parallel": false, "export_history": { "generation_step": 100, "destination": "/Users/stefano/RustroverProjects/GA/examples/results/convergence" } }, "problem": { "objectives": { "x^2": { "name": "x^2", "direction": "Minimise" }, "(x-2)^2": { "name": "(x-2)^2", "direction": "Minimise" } }, "constraints": {}, "variables": { "x": { "name": "x", "min_value": -1000.0, "max_value": 1000.0 } }, "constraint_names": [], "variable_names": [ "x" ], "objective_names": [ "x^2", "(x-2)^2" ], "number_of_objectives": 2, "number_of_constraints": 0, "number_of_variables": 1 }, "individuals": [ { "constraint_values": {}, "objective_values": { "(x-2)^2": 1032.7336605165633, "x^2": 908.1889656891805 }, "constraint_violation": 0.0, "variable_values": { "x": -30.13617370684574 }, "is_feasible": true, "evaluated": true, "data": { "rank": 1, "crowding_distance": 1.7976931348623157e308 } }, { "constraint_values": {}, "objective_values": { "(x-2)^2": 115620.55784778291, "x^2": 116984.67877092339 }, "constraint_violation": 0.0, "variable_values": { "x": 342.0302307851214 }, "is_feasible": true, "evaluated": true, "data": { "rank": 4, "crowding_distance": 0.17040059746501326 } }, { "constraint_values": {}, "objective_values": { "x^2": 323603.5008868967, "(x-2)^2": 325882.9472198587 }, "constraint_violation": 0.0, "variable_values": { "x": -568.8615832405073 }, "is_feasible": true, "evaluated": true, "data": { "rank": 6, "crowding_distance": 0.8266566054893655 } }, { "constraint_values": {}, "objective_values": { "x^2": 751136.365881168, "(x-2)^2": 747673.6409347526 }, "constraint_violation": 0.0, "variable_values": { "x": 866.6812366038439 }, "is_feasible": true, "evaluated": true, "data": { "rank": 10, "crowding_distance": 1.7976931348623157e308 } }, { "constraint_values": {}, "objective_values": { "(x-2)^2": 545169.865211398, "x^2": 542220.4404462512 }, "constraint_violation": 0.0, "variable_values": { "x": -736.3561912866974 }, "is_feasible": true, "evaluated": true, "data": { "rank": 8, "crowding_distance": 0.4024306362642497 } }, { "constraint_values": {}, "objective_values": { "(x-2)^2": 638224.4740074925, "x^2": 635032.9159053577 }, "constraint_violation": 0.0, "variable_values": { "x": -796.8895255337202 }, "is_feasible": true, "evaluated": true, "data": { "rank": 9, "crowding_distance": 0.5496896175022544 } }, { "constraint_values": {}, "objective_values": { "x^2": 49942.651828687296, "(x-2)^2": 50840.565934884864 }, "constraint_violation": 0.0, "variable_values": { "x": -223.47852654939197 }, "is_feasible": true, "evaluated": true, "data": { "rank": 2, "crowding_distance": 0.2991658807049885 } }, { "constraint_values": {}, "objective_values": { "x^2": 175846.79086851559, "(x-2)^2": 177528.154470689 }, "constraint_violation": 0.0, "variable_values": { "x": -419.34090054335934 }, "is_feasible": true, "evaluated": true, "data": { "crowding_distance": 0.5570191035244343, "rank": 5 } }, { "constraint_values": {}, "objective_values": { "x^2": 112249.32380268468, "(x-2)^2": 113593.46901154936 }, "constraint_violation": 0.0, "variable_values": { "x": -335.0363022161698 }, "is_feasible": true, "evaluated": true, "data": { "crowding_distance": 0.1761240930293776, "rank": 3 } }, { "constraint_values": {}, "objective_values": { "x^2": 484639.22749222454, "(x-2)^2": 487427.8688766537 }, "constraint_violation": 0.0, "variable_values": { "x": -696.160346107292 }, "is_feasible": true, "evaluated": true, "data": { "rank": 7, "crowding_distance": 0.5850985671629985 } } ], "generation": 1, "algorithm": "NSGA2", "additional_data": null, "took": { "hours": 0, "minutes": 0, "seconds": 0 }, "exported_on": "2024-08-12T06:57:16.674435Z" }