Machine Problem 6, due May 2

Part of the homework for CS:2820, Fall 2015
by Douglas W. Jones
THE UNIVERSITY OF IOWA Department of Computer Science

Write a Java class SimulationOutput, in file SimulationOutput.java that can create an appropriate output for the neuron network. This is exactly the same assignment as MP5, however, your code must work under the simulation framework discussed in lecture on April 20.

A version of the remainder of the neuron network simulator, with appropriate changes to make it use the new simulation framework, has been distributed.

A solution to MP5 will not be distributed prior to the due date for this assignment. You must solve this problem yourself. If you have solved MP5, converting that code to a working solution to MP6 should be almost trivial. If you have not solved MP5, this is your last chance to prove, for the purpose of this class, that you are a competent programmer.

Grading Criteria: As usual, your code will be graded on style and clarity as well as function. Comments must be effective and adequate. Ideally, a reader familiar with Java should not be able to tell what code you wrote without looking at comments indicating authorship.

Submission: Your solution should consist of a single file containing class SimulationOutput.

To submit your solution, make sure it is in a file called SimulationOutput.java

[HawkID@serv16 ~/project]$ submit SimulationOutput.java
Course (22C:016 would be c_016): CS2820
Possible submit directories for /group/submit/CS2820 are:

The dialogue continues as in MP1, except that the submit directory for this assignment will be named mp5 instead of mp1