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 - fromturkey

#1
Suggestions / Re: Why not use mutiple CPUs
October 12, 2014, 05:13:34 PM
Thank you for quick replies.

I hope Liviu could find a way of using multithreading for the algorithm.

And Volker, thank you for your suggestion but I think your solution doesn't fit my problem. Because when I run multiple instances of the program and run the algorithm on their own, each of the instance will try to solve the problem on its own(with different seeds). But I need cooperation between these instances. So the as I mentioned before, the algorithm should be able to run in parallel(perhaps not the whole algotihm but a crutial/high cpu using part of it) to achieve what I want.

Thanks again. I will be following the TODO.
#2
Suggestions / Why not use mutiple CPUs
October 12, 2014, 12:06:10 PM
Hello,
I am using FET for a long time nad thanks to everybody who contributed to the software.
But I think the program should be able to use multiple CPUs/cores. Especially when trying to generate difficult timetables it takes a lot of time processing. If the program could use multiple CPUs, it would take much more shorter.
Is it possible with the current algorithm?
Thanks.