Skip to main content

Time Table scheduling using genetic algorithm.

Project description

GeneticTabler

Time Table scheduling using genetic algorithm.

Developed by Dipan Nanda and Ashish Shah (c) 2021

Example of Usage

from genetic import fill_timetable

total_classes = 4
no_courses = 8
slots = 6
total_days = 7
daily_repetition = 3

table = fill_timetable(
    total_classes,
    no_courses,
    slots,
    total_days,
    daily_repetition,
)

for i in table:
    for j in i:
        print(j)
    print("-----------------------------------")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

genetictabler-1.0.0.tar.gz (3.1 MB view hashes)

Uploaded Source

Built Distribution

genetictabler-1.0.0-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page