modeling-simulation-and-optimization / project

Mathematical model, brute-force algorithm, and evolutionary algorithm for solving the internet shopping optimization problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ISOP Project

Mathematical model, brute-force algorithm, and evolutionary algorithm for solving the internet shopping optimization problem.

Usage

Make sure to first install requirements.

Mathematical Model

  1. Go to pyomo-algorithm.
  2. Run scenario1.py or scenario2.py.

Brute-force Algorithm

  1. Go to brute-force-algorithm.
  2. Run scenario1.py or scenario2.py.

Evolutionary Algorithm

  1. Go to evolutionary-algorithm.
  2. Run scenario1.py or scenario2.py.

License

License

  • MIT license
  • Copyright 2022 © Juan Romero & Juan Alegría

About

Mathematical model, brute-force algorithm, and evolutionary algorithm for solving the internet shopping optimization problem

License:MIT License


Languages

Language:Python 100.0%