• Joined on 2023-02-08
glax pushed to master at glax/OSM_Graph 2024-07-29 16:10:05 +02:00
ceed833d37 Add implied types to IsPriorityRoad
glax pushed to master at glax/AStar 2024-07-29 15:17:51 +02:00
8a063f07d8 Simplify check
c4a9567f7d Adjust some values
a84d31c882 Change closest node for ExploreSide, fix toVisitEnd never being used
Compare 3 commits »
glax pushed to master at glax/OSM_Regions 2024-07-29 05:08:35 +02:00
fbf7e61a16 Node map more log
glax pushed to master at glax/AStar 2024-07-29 04:28:21 +02:00
793dd68cfd changed _explorationMultiplier to 150
a4dd0e1abd Add Constructor nonPriorityRoadSpeedPenalty (default 0.9)
36c326b71b Readability
032cce4552 Do not use A* for Optimization, use Dijkstra, use all the nodes already in the queue (not visited) for optimization.
62d527737a remove unnecessary default value
Compare 7 commits »
glax pushed to different-optimization-strategy at glax/AStar 2024-07-29 04:28:10 +02:00
793dd68cfd changed _explorationMultiplier to 150
glax pushed to different-optimization-strategy at glax/AStar 2024-07-29 04:25:09 +02:00
a4dd0e1abd Add Constructor nonPriorityRoadSpeedPenalty (default 0.9)
glax pushed to different-optimization-strategy at glax/AStar 2024-07-29 04:23:44 +02:00
36c326b71b Readability
glax created branch different-optimization-strategy in glax/AStar 2024-07-29 04:21:25 +02:00
glax pushed to different-optimization-strategy at glax/AStar 2024-07-29 04:21:25 +02:00
032cce4552 Do not use A* for Optimization, use Dijkstra, use all the nodes already in the queue (not visited) for optimization.
glax created branch Jump-from-Junction-to-Junction in glax/AStar 2024-07-29 02:25:31 +02:00
glax pushed to Jump-from-Junction-to-Junction at glax/AStar 2024-07-29 02:25:31 +02:00
62d527737a remove unnecessary default value
25069630a7 add debug message when loading a way
cb2510a2a1 Remove additional calls to ExploreSide
Compare 3 commits »
glax pushed to master at glax/Graph_Renderer 2024-07-29 01:40:57 +02:00
c5038b79d4 exportRenderPath only if not benchmark
glax pushed to master at glax/Graph_Renderer 2024-07-29 01:38:48 +02:00
adc91c1edc [SupportedOSPlatfor ("Windows")] Benchmark.cs
glax pushed to master at glax/Graph_Renderer 2024-07-29 01:37:19 +02:00
c3e69cb2a9 Add argument to benchmark parameter as output directory
glax pushed to master at glax/Graph_Renderer 2024-07-29 01:35:48 +02:00
c7a0d8da41 Dependency changes
60b4e44244 Add time taken
3877c87094 Benchmark for initial Search
Compare 3 commits »
glax pushed to master at glax/AStar 2024-07-29 01:30:30 +02:00
1604b150d4 readonly dictionaries for speed
glax pushed to master at glax/AStar 2024-07-29 01:30:03 +02:00
31f4dfe096 Use Contstructor exportationMultiplier, not method additonalExploration on optimize
glax pushed to master at glax/AStar 2024-07-25 02:26:46 +02:00
be4f19c4bb Adjust speed if not priority road
2cf7bf4701 Adjusted some SpeedCar Values.
3c4b1b85e8 return 85% of actual way maxspeed for accuracy
d82efdf973 Renamed SpeedHelper.GetMaxSpeed to GetTheoreticalMaxSpeed for distinction with Way.GetMaxSpeed
271d84f13f Dequeue either half the queue or max 50 from priority.
Compare 6 commits »
glax created branch Let-ends-find-each-other in glax/AStar 2024-07-25 02:24:53 +02:00
glax pushed to Let-ends-find-each-other at glax/AStar 2024-07-25 02:24:53 +02:00
2cf7bf4701 Adjusted some SpeedCar Values.
3c4b1b85e8 return 85% of actual way maxspeed for accuracy
d82efdf973 Renamed SpeedHelper.GetMaxSpeed to GetTheoreticalMaxSpeed for distinction with Way.GetMaxSpeed
271d84f13f Dequeue either half the queue or max 50 from priority.
55c753adb8 Ends try to find closest node to one another.
Compare 5 commits »