Skip to content

issues Search Results · repo:rvhuang/linq-to-astar language:C#

Filter by

12 results
 (57 ms)

12 results

inrvhuang/linq-to-astar (press backspace or delete to remove)

I am looking to use this library for a GIS project. In this case I have a a list of cities with x,y coordinates. I also have a list of connections between two cities. Each connection has a weight based ...
help wanted
question
  • sindizzy
  • 2
  • Opened 
    on Aug 1, 2019
  • #45

Implement Jump Point Search (JPS).
enhancement
  • rvhuang
  • Opened 
    on Feb 27, 2019
  • #44

The candidate list reported by ObservableRecursiveBestFirstSearch TFactor, TStep does not include candidates that are expanded in the last recursion.
bug
  • rvhuang
  • Opened 
    on Feb 17, 2019
  • #43

Support Skip() and SkipWhile() methods that allow users to avoid unwanted object allocations.
enhancement
  • rvhuang
  • Opened 
    on Feb 6, 2019
  • #41

Support Take() and TakeWhile() methods that allow users to avoid unwanted object allocations.
enhancement
  • rvhuang
  • Opened 
    on Feb 6, 2019
  • #40

Support ElementAt() and ElementAtOrDefault() that allow users to avoid unwanted object allocations.
enhancement
  • rvhuang
  • Opened 
    on Feb 6, 2019
  • #39

Add an A* algorithm alternative implementation that will override the depth (level) of a node. (Current implementation does not override)
enhancement
  • rvhuang
  • Opened 
    on Feb 6, 2019
  • #38

The NuGet package will support SourceLink in future, after SourceLink s general release is out.
enhancement
  • rvhuang
  • Opened 
    on Jul 8, 2018
  • #27

Before 1.0.0 release, following renaming tasks need to be done: - Rename main namespace from LinqToAStar to Heuristic.Linq. - Rename sub-namespace Core to Algorithms. - Use Heuristic.Linq as assembly ...
enhancement
  • rvhuang
  • 1
  • Opened 
    on Jun 26, 2018
  • #23

In some cases, current implementation of A* algorithm will not end if map boundary check is not presented in LINQ expression. The AStar.Run() method needs to be reviewed.
invalid
  • rvhuang
  • Opened 
    on Jun 16, 2018
  • #20
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.