Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement decision making algorithm #21

Closed
2 of 3 tasks
mosc5 opened this issue Jul 12, 2022 · 1 comment · Fixed by #41
Closed
2 of 3 tasks

Implement decision making algorithm #21

mosc5 opened this issue Jul 12, 2022 · 1 comment · Fixed by #41
Assignees

Comments

@mosc5
Copy link
Member

mosc5 commented Jul 12, 2022

The decision making for buses is based on a master's thesis. The proposed algorithms need to be analyzed and converted into code

  • Read master thesis
  • Flow chart (miro)
  • implement
@mosc5 mosc5 added this to the Running prototype milestone Jul 18, 2022
mosc5 added a commit that referenced this issue Oct 13, 2022
mosc5 added a commit that referenced this issue Oct 19, 2022
mosc5 added a commit that referenced this issue Oct 19, 2022
mosc5 added a commit that referenced this issue Oct 19, 2022
mosc5 added a commit that referenced this issue Oct 21, 2022
mosc5 added a commit that referenced this issue Oct 22, 2022
mosc5 added a commit that referenced this issue Oct 25, 2022
mosc5 added a commit that referenced this issue Oct 26, 2022
mosc5 added a commit that referenced this issue Oct 26, 2022
mosc5 added a commit that referenced this issue Oct 31, 2022
mosc5 added a commit that referenced this issue Nov 3, 2022
mosc5 added a commit that referenced this issue Nov 3, 2022
mosc5 added a commit that referenced this issue Nov 9, 2022
mosc5 added a commit that referenced this issue Nov 10, 2022
mosc5 added a commit that referenced this issue Nov 10, 2022
mosc5 added a commit that referenced this issue Nov 22, 2022
justinhodura added a commit that referenced this issue Nov 22, 2022
mosc5 added a commit that referenced this issue Nov 23, 2022
mosc5 added a commit that referenced this issue Dec 12, 2022
mosc5 added a commit that referenced this issue Dec 15, 2022
justinhodura added a commit that referenced this issue Dec 15, 2022
…o feature-#21/decision_making

# Conflicts:
#	scenarios/public_transport_base/schedule.csv
mosc5 added a commit that referenced this issue Dec 16, 2022
@mosc5
Copy link
Member Author

mosc5 commented Dec 19, 2022

A base evaluation of charging points has been implemented (missing cost and local_renewables). Current tasks:

  • Compare results of eval function with predicted SoC to choose optimal charging slots
  • Add validation function to check if no charging point is overbooked => conflict solution (implement later)
  • Change task data structure in vehicles to easily access them via departure_time (also charging vs driving vs break)
  • Decide between event_dict in simulation, or checking every vehicle for tasks in each timestep
  • Run through all tasks and save vehicle outputs

mosc5 added a commit that referenced this issue Dec 20, 2022
mosc5 added a commit that referenced this issue Dec 20, 2022
mosc5 added a commit that referenced this issue Dec 20, 2022
mosc5 added a commit that referenced this issue Dec 20, 2022
mosc5 added a commit that referenced this issue Dec 21, 2022
mosc5 added a commit that referenced this issue Dec 23, 2022
mosc5 added a commit that referenced this issue Dec 23, 2022
mosc5 added a commit that referenced this issue Jan 2, 2023
@mosc5 mosc5 closed this as completed in #41 Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants