Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Clariss

#1
Good day everyone! I wonder what is the time complexity of FET's algorithm?
#2
My goal is:
To evaluate the FET's generated schedule against the actual schedule created manually by my teacher.

  • First Semester Schedule

My teacher wants to compare his created schedule vs. FET's generated schedule. He wants to know the accuracy/similarity score of FET's output. However, I do not know which software evaluation tool I should use to perform this task.
#3
Hello developers. FET is a big help to our university regarding generating sample schedules/programs. It is helpful to me as a student and our university if these features I suggest will be considered. Thank you very much.

  • One-time import and generate - the user will import the dataset and generate it once, and FET will remember it even FET will close.
  • Teacher's favorite subjects - the allocation of subjects to a teacher is base on how many times he/she handles it. For example, if the teacher taught Math many times in the past schedules, FET will assign Math to this teacher for the next generation of schedules.
  • Teachers have a maximum number of subjects to handle.
  • FET will suggest hiring more teachers if all teachers cannot handle more subjects because of suggestion number 3.
#4
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.
#5
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.

  • Why is FET using an XML file for data storage and not a Relational Database like SQLite?
  • Are there advantages of using an XML file for FET?
#6
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.
#7
Get Help / Re: Compilation problem
May 01, 2021, 02:27:51 PM
Quote from: Liviu Lalescu on May 01, 2021, 02:23:00 PM
Hello again, Clariss,

The main project file is fet.pro; src.pro is for FET in interface mode, while src-cl.pro is for FET in command-line mode.

Then, should I select and run the src.pro (release) if I want to modify some user interface and source code of FET?
#8
Get Help / Re: Compilation problem
May 01, 2021, 02:18:32 PM
Quote from: Liviu Lalescu on April 29, 2021, 06:02:52 PM
Hello!

1) There is no deb package, I have no skills for this.

2) There is a GNU/Linux executable made by me, but it uses the a bit old Qt 5.15.2 instead of the latest Qt 6.0.3. See the Downloads page.

3) To compile FET, you need to install Qt (I recommend the latest, 6.0.3), from https://www.qt.io/ . Then "qmake" and "make -j 4" (if you have 4 threads). You can find more details in the README file, open it with a text viewer.

I am here if you need more help.

Hello Liviu. I'm a new user of Qt. I extracted fet-6.0.2.tar using msys. My question is, what is the difference between src.pro and src-cl.pro? I am using windows 10.
#9
General Stuff / Re: FET as Capstone Project Proposal
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.
#10
General Stuff / Re: FET as Capstone Project Proposal
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.
#11
General Stuff / FET as Capstone Project Proposal
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:

  • Assigning a subject (Math, Advanced Database, Data Structure ) to teach by the instructor is based on  his/her  specialization (Networking, Programming, Multimedia, etc.)
  • The teaching load of an instructor is a max of 21 units. For instance, Data Structure is 3 units, so he/she needs more 18 units.
  • If the IT students have an agricultural subject, then their instructor should be in Agricultural College (Different colleges in one university)

Our adviser suggested that:

  • The system can identify if the instructor is overload or underload units.
  • The system can suggest that if the instructor's teaching load is full, the subject should assign to the other instructor based on his/her specialization.
  • The system can suggest hiring more instructors if all the existing instructors have a full teaching load and there are still available subjects to handle by the instructor.
  • The inputs of the system may be based on historical data (schedules in the past 1 or 2 years). That determines the favorite and favorable Time, Space, and Activity for the entities.

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.