Nyhetsflöde
Logga in till din kurswebb
Du är inte inloggad på KTH så innehållet är inte anpassat efter dina val.
Har du frågor om kursen?
Om du är registrerad på en aktuell kursomgång, se kursrummet i Canvas. Du hittar rätt kursrum under "Kurser" i personliga menyn.
Är du inte registrerad, se Kurs-PM för AH2307 eller kontakta din studentexpedition, studievägledare, eller utbilningskansli.
I Nyhetsflödet hittar du uppdateringar på sidor, schema och inlägg från lärare (när de även behöver nå tidigare registrerade studenter).
Hi!
We also had the same problem as Ludvig so we decided to display max(max(abs(time-t_car))) to check what the maximum difference bewteen time and t_car was after e.g. 100 iterations. From that, we found that after about 100 iterations, the maximum difference was about 85 minutes so therefore we set the condition to 85 instead of 0.1. When we looked at the matrix "time-t_car" after the optimzation, we found that most routes had a travel time difference of either aruond 5 minutes or less than 1 minutes EXCEPT for trips from zone 6, where the differences were about 85 minutes.
Hello,
maybe we have the same problem :
Out of the while-loop, I try to run the Assignment function : [time, distance, flow] = Assignment(Tij_car, A, D, cap, toll). When I run it step by step, I get stuck in the function 'num2cell.m'.
So, have you succeeded in running this Assignment function once out of the while-loop ? If yes, good for you. If not, we have maybe the same problem : please can you run it step by step to see where you get stuck ?
See you, Coralie