-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Task 1: Create gravity model.
Task 2: Make appropriate changes for other functions based on gravity model.
Task 3: Optimize run-time of amenity calculation.
Weekly Accomplishments
What tasks did you complete this week? (Include links)
I was able to code the gravity model based on Reyli's equation, and adjust other class methods based on the changes.
Tasks are still ongoing? Current status?
All tasks are done.
Challenges and Learning
What was the biggest challenge you faced this week? How did you address it?
The biggest challenge was getting the right mathematical notation down in Python. It was tedious trying to make sure my code matched the equation.
What's one new thing you learned or skill you improved?
I improved my understanding of Numpy and equation-building.
Did you attend any team meetings? Key takeaways?
Only the weekly Tuesday meeting.
Reflection and Planning
Your progress this week?
All my tasks are done.
Main focus for next week?
Ensuring simulation results are valid with large-volumes of agents.
Any resources you're looking for?
N/A