Skip to content

Commit

Permalink
updated assignment urls for github
Browse files Browse the repository at this point in the history
  • Loading branch information
kvalle committed Mar 4, 2012
1 parent 033b5bb commit aa18739
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

RubyGA is a Genetic Algorithm framework implemented as part of a series of exercises in the course _IT3708 Subsymbolic Methods in AI_ at [NTNU](http://ntnu.no).

See [exercise 1](docs/assignment-1.pdf) on how we programmed the basics of the evolutionary algorithm, and implemented a solution to [the Colonel Blotto problem](http://en.wikipedia.org/wiki/Colonel_Blotto) using it.

In [exercise 2](docs/assignment-2.pdf) we applied the framework to solve the Traveling Saleman Problem.
See [exercise 1](blob/master/docs/assignment-1.pdf?raw=true) on how we programmed the basics of the evolutionary algorithm, and implemented a solution to the [Colonel Blotto problem](http://en.wikipedia.org/wiki/Colonel_Blotto) using it.
In [exercise 2](blob/master/docs/assignment-1.pdf?raw=true) we applied the framework to solve the Traveling Saleman Problem.

*Note: The framework should be considered far from perfect/finished, but solved the intended tasks and could provide a foundation for solving other problems as well.*

0 comments on commit aa18739

Please sign in to comment.