Rule based system

Discussion in 'School Work Help' started by an0nymous, Oct 5, 2008.

  1. an0nymous

    an0nymous Well-Known Member

    456
    53
    0
    Hi guys,

    i need a push start on my assignment. i need to make a rule based system that would make a timetable for a course.

    i dont no how to start. anyone got any ideas ?
     
  2. BigM

    BigM Well-Known Member

    Can you elaborate further? I don't get what you mean by the "rule based system that would make a timetable for a course."
     
  3. an0nymous

    an0nymous Well-Known Member

    456
    53
    0
    ok.

    i need to create a rule based expert system that would generate a timetable for a uni course.
     
  4. AC0110

    AC0110 Let the Fun Begin

    3,913
    377
    52
    Is this something related to "Computer Science"?

    b/c your 3rd post is bascially the same as your 1st post, which doesn't tell us much -_-
     
  5. kdotc

    kdotc 안녕하세요빅뱅K-Dragon입니다

    i think hes tryin to say he needs to make a timetable for university but following a guideline thing ... i unno
     
  6. an0nymous

    an0nymous Well-Known Member

    456
    53
    0
    sorry guys. yeh it's computer Science.

    Introduction​
    Tired of having your classes scheduled at all the wrong times?
    This assignment gives you the opportunity to do something about it!
    Find out what the difference between a good timetable and poor timetable and use this
    knowledge to create a new and improved timetable.​

    Over time different algorithms and approaches have
    been used in solving various timetabling problems in
    an efficient manner. Some efforts have been based
    on rule-based expert systems, others on genetic
    algorithms, as well as other strategies such as tabu
    search and constraint programming.
    In this assignment you are concerned with finding the
    most appropriate way to schedule 25 second semester
    subjects across the 1
    st, 2nd and 3rd year programs. For
    example, shown here is the 3
    rd year timetable for the
    School of Computer Science & Mathematics. You
    do not need to concern yourself with assigning staff
    or room numbers for this assignment. You only need
    to timetable the correct subjects.
    The assignment is staged in 3 parts. In part 1, you
    need to conduct background research on the best way
    to tackle this problem. You will need to hand in this
    information as part of your assignment submission.

    that was copied from the assignment sheet. i just need some help to get me started.