Basically my program simulates the Medical Residency Match, generating
simulated data, running the match and then summarizing results. Currently it
does this all in one document (starting conditions--Gen data--run
match--summarize results). I will be running multiple simulations on
different starting condition and data generation. My question is how should
I organize this. My plane was to have a separate document for staring
conditions, data generation because these will change for each simulation.
Then on for the match a summarizing data as this will always be the same
except for saving the results as different names.
I don't even know how to pass data from on program to another although I
think I can figure this out.

Any guidance?

Thanks
Vincent Davis
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to