首页 > > 详细

COMPSCI 335讲解、讲解data、辅导Java,Python,C++程序语言 讲解留学生Processing|调试Matlab程序

COMPSCI 335 1 A#2.2
Assignment #2.2 – Hamming REST for Shakespearean Monkeys
Specs
The following assignment, A#2.3, will build an application that illustrates the
Shakespearean Monkeys genetic algorithm -- cf. lecture demo and the Infinite Monkey
Theorem:
https://en.wikipedia.org/wiki/Infinite_monkey_theorem
The current assignment, A#2.2, is a small preliminary step, preparing the servers and
their connections.
We use ASP.NET, but to avoid needless complexities, we use the upper open source
layer known as Carter, which features quite a few functional elements.
We set up two standalone REST Carter servers: (1) Monkeys, listening on http 8081 and
https:8082; and (2) Fitness, listening on http 8091 and https:8092. Here, the client will
be simulated by testing scripts using curl and httprepl.
With the two servers running (on localhost):
1. Client posts a target text to Fitness …/target (empty ok response)
2. Client posts a genome (candidate) text to Monkeys …/try
3. Monkeys posts the received genome text to Fitness …/assess
4. Fitness responds to Monkeys with the Hamming distance between its stored
target text and the received genome text
5. Monkeys returns this integer in his response to Client
COMPSCI 335 2 A#2.2
Note
If strings have unequal lengths, then the Hamming distance is first computed for their
minimum length, and then added with their lengths difference.
Sample
Target text:
[To be or not to be, that is the question]
Candidate genome text:
[To be~orAnoa [OBbej tVat i.XtHamming distance: 15
Submission
Submit two files, one for each server, called: upi-fitness, and upi-monkeys, where upi is
your own upi, e.g. jbon007.
Due date: Monday 5 October, 23:00, to ADB

联系我们
  • QQ:99515681
  • 邮箱:99515681@qq.com
  • 工作时间:8:00-21:00
  • 微信:codinghelp
热点标签

联系我们 - QQ: 99515681 微信:codinghelp
程序辅导网!