From 85eef444f322f54e117bdfa4a348db46f6612046 Mon Sep 17 00:00:00 2001 From: "P.Panda" <72810835+PandaSupremacy@users.noreply.github.com> Date: Tue, 13 Jun 2023 13:24:53 +0530 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2c8ced3 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# TimeTable-Project-DC +Time-Table Scheduling problem solved by Genetic Algorithm +Part of Capstone Presentation XIM University. +A customized heuristic solution to the famous Time-Table problem involving the +concepts of Combinatorial Optimization [1] using Genetic Algorithms and Fuzzy +Logic methodologies in the form of an application. This would be made with the in- +tention of actually reducing the time taken by our school for the timetable-making +process.