• Joined on 2023-02-08
glax pushed to cuttingedge at glax/Tranga 2024-07-31 17:45:01 +02:00
2812a6dff1 Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into cuttingedge
1991862a42 Merge remote-tracking branch 'refs/remotes/github/master' into cuttingedge-merge-ServerV2
40e4d5c203 Merge pull request #215 from C9Glax/dependabot/github_actions/docker/setup-buildx-action-3.6.1
49e9731184 Merge pull request #212 from C9Glax/dependabot/github_actions/docker/setup-qemu-action-3.2.0
a4e85f254f Merge pull request #210 from C9Glax/dependabot/github_actions/docker/build-push-action-6.5.0
Compare 8 commits »
glax pushed to Server-V2 at glax/Tranga 2024-07-31 17:44:54 +02:00
6b9ddca711 Merge branch 'refs/heads/cuttingedge-merge-ServerV2' into Server-V2
1991862a42 Merge remote-tracking branch 'refs/remotes/github/master' into cuttingedge-merge-ServerV2
40e4d5c203 Merge pull request #215 from C9Glax/dependabot/github_actions/docker/setup-buildx-action-3.6.1
49e9731184 Merge pull request #212 from C9Glax/dependabot/github_actions/docker/setup-qemu-action-3.2.0
a4e85f254f Merge pull request #210 from C9Glax/dependabot/github_actions/docker/build-push-action-6.5.0
Compare 8 commits »
glax pushed to master at glax/AStar 2024-07-29 23:07:21 +02:00
15fdaf1cd9 Fix Optimization new Routes.
glax pushed to master at glax/AStar 2024-07-29 22:02:47 +02:00
31ab7b094a Adjusted default values
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