Skip to content

Commit

Permalink
release version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bezzad committed Oct 9, 2015
1 parent 5a5a388 commit 5f93a34
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [![Make Class Schedule](https://raw.githubusercontent.com/Behzadkhosravifar/MakeClassSchedule/master/src/MakeClassSchedule/Resources/Help/MCS_Help/HelpHeader.png)][1]

[1]: https://raw.githubusercontent.com/Behzadkhosravifar/MakeClassSchedule/master/src/MakeClassSchedule/Resources/Help/MCS_Help.html
[1]: http://behzadkhosravifar.github.io/MakeClassSchedule/

--------------------
[![Build status](https://ci.appveyor.com/api/projects/status/4cjm8ir7bswf6nse?svg=true)](https://ci.appveyor.com/project/Behzadkhosravifar/makeclassschedule)
Expand Down Expand Up @@ -35,6 +35,10 @@ The genetic algorithm is fairly simple. For each generation, it performs two bas

And, these two operations are repeated until the best chromosome reaches a fitness value equal to 1 (meaning that all classes in the schedule meet the requirement). As mentioned before, the genetic algorithm keeps track of the M best chromosomes in the population, and guarantees that they are not going to be replaced while they are among the best chromosomes.

--------------------------------
### For More Information
[**Welcome to WiKi**](https://github.com/Behzadkhosravifar/MakeClassSchedule/wiki/Welcome-to-the-Make-Class-Schedule)

--------------------------------
### Feedback

Expand Down

0 comments on commit 5f93a34

Please sign in to comment.