FET Forum

FET Support (English) => General Stuff => Topic started by: Clariss on April 26, 2021, 05:08:00 PM

Title: FET as Capstone Project Proposal
Post by: Clariss on April 26, 2021, 05:08:00 PM
I am a Bachelor of Science in Information Technology student who wants to use FET as a capstone project in our program. After searching an algorithm in the past month, I found this FET project and its forum. This project is incredible because it is faster than a genetic algorithm. However, I am not good at software, but I can write and understand simple codes. I feel comfortable and happy with the hardware. I hope I can do my capstone project with your help, fellow members, and admins. I still have 1 and a half years to finish it.

Our university constraints  are:

Our adviser suggested that:

I installed and tested FET, and it is fast and easy to understand its basic functions, but I do not yet explore its full functionalities.
I want to know if FET 6.0.2 can solve the constraints and perform the suggestions above.
Also, I want to know if it is okay for the developers of FET to use and modify their existing project as my capstone project for our university. Thank you very much.


Title: Re: FET as Capstone Project Proposal
Post by: Liviu Lalescu on April 26, 2021, 05:42:58 PM
Hello, Clariss, and welcome to the forum!

If you have activities with (subject, students) to assign to teachers and time slots, this might be a job for the "Block planning" mode of the new FET version 6. In the "Official" mode FET each activity must have clearly specified (subject, students, teachers).

There is information in the Help of FET-6 for block planning and here on the forum: https://lalescu.ro/liviu/fet/forum/index.php?topic=4151.0

I think Darren uses a two-phase approach: firstly he allocates activities to teachers using the block planning mode, then these activities to time slots using the official mode. But I am not sure exactly how. I'll tell him to see my reply here.
Title: Re: FET as Capstone Project Proposal
Post by: Liviu Lalescu on April 26, 2021, 06:47:58 PM
I see you modified your post. I also forgot to write something:

I think your 1, 2, and 3, and 4' might be managed. I am not sure about 1', 2' and 3'.

FET is released under the GNU AGPL v3 or later: https://www.gnu.org/licenses/agpl-3.0.html or https://www.gnu.org/licenses/licenses.html . This is a free software license. Volker can tell more (I'll tell him to see my post).
Title: Re: FET as Capstone Project Proposal
Post by: Clariss on April 27, 2021, 11:28:49 AM
Quote from: Liviu Lalescu on April 26, 2021, 05:42:58 PM
Hello, Clariss, and welcome to the forum!

If you have activities with (subject, students) to assign to teachers and time slots, this might be a job for the "Block planning" mode of the new FET version 6. In the "Official" mode FET each activity must have clearly specified (subject, students, teachers).

There is information in the Help of FET-6 for block planning and here on the forum: https://lalescu.ro/liviu/fet/forum/index.php?topic=4151.0

I think Darren uses a two-phase approach: firstly he allocates activities to teachers using the block planning mode, then these activities to time slots using the official mode. But I am not sure exactly how. I'll tell him to see my reply here.

Thank you, sir Liviu. I will note this info.
Title: Re: FET as Capstone Project Proposal
Post by: Clariss on April 27, 2021, 11:51:57 AM
Quote from: Liviu Lalescu on April 26, 2021, 06:47:58 PM
I see you modified your post. I also forgot to write something:

I think your 1, 2, and 3, and 4' might be managed. I am not sure about 1', 2' and 3'.

FET is released under the GNU AGPL v3 or later: https://www.gnu.org/licenses/agpl-3.0.html or https://www.gnu.org/licenses/licenses.html . This is a free software license. Volker can tell more (I'll tell him to see my post).

I got it, sir Liviu.  I read the algorithm-description, but I cannot fully understand it, maybe because I habitually rely on graphical representation and videos rather than reading. I want to ask a favor if you can create the flowchart of your Recursive Swapping Algorithm.
I also viewed the liviu-suggestions.jpg in this post:
https://lalescu.ro/liviu/fet/forum/index.php?topic=16.msg93#msg93
But I do not know if it is updated because this post was created 9 years ago.
Title: Re: FET as Capstone Project Proposal
Post by: Liviu Lalescu on April 27, 2021, 01:50:55 PM
Oh, I'm not a sir!  :)  Just Liviu  :)

I am unfortunately not good at explanations. But that picture (if you apply my red corrections) should be a good representation.
Title: Re: FET as Capstone Project Proposal
Post by: Clariss on May 03, 2021, 01:00:33 PM
Quote from: Liviu Lalescu on April 27, 2021, 01:50:55 PM
Oh, I'm not a sir!  :)  Just Liviu  :)

I am unfortunately not good at explanations. But that picture (if you apply my red corrections) should be a good representation.


Okay, Liviu. I called you a "sir" because it is part of our culture, and I habitually used it (just like the word "po" as a sign of respect).

By the way, please check this flowchart and make corrections if it is wrong before I include it in our report. Thank you very much.
Title: Re: FET as Capstone Project Proposal
Post by: Liviu Lalescu on May 03, 2021, 01:58:18 PM
Oh, I apologize, every day is a day in which I can learn something  :)

"Sequencially" should be "Sequentially". Other than that, it looks OK.

Oh, and there are "Activity" and "Unsuccessful" with unneeded capital letter, each in one place.
Title: Re: FET as Capstone Project Proposal
Post by: Clariss on May 09, 2021, 03:51:47 PM
Quote from: Liviu Lalescu on May 03, 2021, 01:58:18 PM
Oh, I apologize, every day is a day in which I can learn something  :)

"Sequencially" should be "Sequentially". Other than that, it looks OK.

Oh, and there are "Activity" and "Unsuccessful" with unneeded capital letter, each in one place.

Thank you for these corrections, Liviu.
I have the following questions about the FET data storage because I cannot decide when choosing between SQL and NoSQL databases for my project. Thank you very much.
Title: Re: FET as Capstone Project Proposal
Post by: Liviu Lalescu on May 09, 2021, 03:57:00 PM
You are welcome, Clariss!

The reasons for using XML is that I do not know databases, and I think they are not needed. I just needed a simple way to store the internal data on the disk.
Title: Re: FET as Capstone Project Proposal
Post by: Clariss on May 11, 2021, 11:17:40 AM
Quote from: Liviu Lalescu on May 09, 2021, 03:57:00 PM
You are welcome, Clariss!

The reasons for using XML is that I do not know databases, and I think they are not needed. I just needed a simple way to store the internal data on the disk.

I wonder if it is easy to implement Relational Database (SQLite) for data storage rather than XML?
Because I had an error (Could not insert item. Must be a duplicate) when I inputted two different teachers with their exact names. This scenario is usual in our country. Two other persons but they have the same name.
Title: Re: FET as Capstone Project Proposal
Post by: Liviu Lalescu on May 11, 2021, 11:25:47 AM
It should be possible. You can see the files src/engine/rules.h and src/engine/rules.cpp.

But an easy solution would be to number the teachers with the same name, like: "Liviu Lalescu 1" and "Liviu Lalescu 2".