Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hpprc/ga-knapsack-optuna-hydra

Knapsack problem solution using Genetic Algorithm and Optuna.
https://github.com/hpprc/ga-knapsack-optuna-hydra

genetic-algorithm optuna

Last synced: 16 days ago
JSON representation

Knapsack problem solution using Genetic Algorithm and Optuna.

Awesome Lists containing this project

README

        

# GA Knapsack with Optuna

## Instllation

```
poetry install
```

## Hyperparameter optimization

```
poetry run python main.py -m mut='interval(0,1)' cross='interval(0,1)'
```