Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Latest commit

 

History

History
59 lines (47 loc) · 1.24 KB

README.md

File metadata and controls

59 lines (47 loc) · 1.24 KB

IESB - PI3

Description

Optimization project to create study groups in virtual learning environments using genetic algorithms developed in PI3 from IESB

Chromosomes structure

Prerequisites

Usage

Python CLI

Inside the /code directory execute

python3 Tests.py

Docker

In project root builds the Dockerfile

# docker image build -t <IMAGE_NAME> <DOCKERFILE_DIRECTORY>
docker image build -t <IMAGE_NAME> .

Run the container using generated image

#  docker run <IMAGE_NAME>
docker run <IMAGE_NAME>

Docker Compose

In project root execute

docker-compose up

or

docker-compose up --build

Authors

Project Status

URL Project Reference