martinwholtmon / IT3708-2023

Simple Genetic Algorithm (SGA) as feature selector, route optimization for home care service with SGA and semantic segmentation using Multiobjective Genetic Algorithm (MOGA)
0 stars 0 forks source link

Construction heuristic of initial population #36

Closed martinwholtmon closed 1 year ago

martinwholtmon commented 1 year ago

Initialization takes forever, so must introduce a construction heuristic for the initial population.

Thinking of using KNN with the data points to generate clusters of patients.

Constraints

Tips: