PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, March 19, 2022

[FIXED] Automated Timetable in Genetic Algorithm using PHP?

 March 19, 2022     algorithm, genetic-algorithm, php, yii     No comments   

Issue

I wanna ask if it is possible to create an automated timetable system which use Genetic Algorithm using PHP?

I'm thinking about using YiiFramework but I fear that I cannot use GA in implementing the system.

The reason why I use PHP is because I'm more comfortable in PHP. I've done it in JAVA but didn't comfortable with JAVA. And now I'm thinking about shifting it to PHP.

Please help me. Thanx in advance.!


Solution

Yes you can. I gather from your question, that you are going to code the algorithm by yourself, so, of course you can use PHP and yii instead of java.

Another thing I can see, is that you opt to use web to enable teachers and other actors to submit their favorites to your database so that you can gather your soft constraints. This is where Yiiframework comes very very handy and easy.

Side note: why don't you consider a combination of local search algorithms (e.g. tabu search) and constraint programming. I can talk more about this approach if you like.



Answered By - Aladdin Mhemed
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing