Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
3ZadeSSG committed Aug 5, 2018
2 parents b5904af + 114a0b7 commit b87b3a0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Problem Statement for SimpleGA
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
The advt alternatives for a company include TV, newspaper and radio. The cost of each medium with audience converge is given below:-

______________________________________________________
| TV Newspaper Radio |
|______________________________________________________|
|Cost per advt 2000 600 400 |
|Audience/Advt. 100000 40000 18000 |
|______________________________________________________|
______________________________________
| TV Newspaper Radio |
|______________________________________|
|Cost per advt 2000 600 400 |
|Audience/Advt. 100000 40000 18000 |
|______________________________________|

Local newspaper limits the number of advt from a single company to 10,
moreover in order to balance advertising among the 3 types of media no more than half of total no. of advts should occur on radio,
and at least 10% should occur on television.
The weekely advt. budget is $18200, how many advts. should be run in each 3 types of media to meximize the total audience.
The weekely advt. budget is $18200, how many advts. should be run in each 3 types of media to meximize the total audience.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Genetic-Algorithm
Simple GA implementation using C++ & Java


# Problem Statement

The advt alternatives for a company include TV, newspaper and radio. The cost of each medium with audience converge is given below:-


TV Newspaper Radio
Cost per advt 2000 600 400
Audience/Advt. 100000 40000 18000

Local newspaper limits the number of advt from a single company to 10,
moreover in order to balance advertising among the 3 types of media no more than half of total no. of advts should occur on radio,
and at least 10% should occur on television.
The weekely advt. budget is $18200, how many advts. should be run in each 3 types of media to meximize the total audience.

0 comments on commit b87b3a0

Please sign in to comment.