Skip to content

Genetic Algorithm for solving Nutrition Diet for Women Model with USDA National Nutrient Database

Notifications You must be signed in to change notification settings

wissanu/NSGA-II-Women-Model-with-USDA-National-Nutrient-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NSGA-II-Women-Model-with-USDA-National-Nutrient-Database

Genetic Algorithm for solving Nutrition Diet for Women Model with USDA National Nutrient Database

The objective is to find the min calories and max protein for modeling. we use NSGA-II with some preparation of data. For methodology

[1]. uniform crossover and swap mutation as method.
[2]. tournament selection with 20% competition.
[3]. Set constrain with fat, calories, protein, carbo and fiber.

  • crossover rate : 80%
  • mutation rate : 20%
  • generation : 100
  • chromosome = 6 genes (each gene represent raw data from dataset)
  • population (pool size) = 50

*NOTE : This project do speed up hyper parameter for steep over local optimal in some case.

About

Genetic Algorithm for solving Nutrition Diet for Women Model with USDA National Nutrient Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages