Coder Social home page Coder Social logo

bibitstar's Introduction

biBIT*

a bidirectional version of BIT*

Modifiaction from BIT*

two trees

  • GTree
    • root: start
  • HTree
    • root: goal
  • alg aims at connect two tree

Data Structure

Vertex Information(added):

  • isGTree
  • isConnectedWithAnotherTree

Graph Information

  • treeConnPair - connection edge between two trees
  • treeConnPairs
  • bestConnPairs - represent the current solution

Expand Edge:

  • To FreeSample
  • To SameTree - rewire
  • To AnotherTree - new solution

Heuristic / SearchQueue

costToGo/costToCome

  • Vertex Queue Value: g_T(v) + c_hat(v,w) + h_T(w), w is the nearest vertex in Htree.
    • c_hat(v,w)
  • Vertex Enqueue Value: g_hat(v) + h_hat(v) < bestCost
  • Edge Queue Value: g_T(v) + c_hat(v,x) + c_hat(x,w) + h_T(w)
    • c_hat(v,x) + c_hat(x,w), c_hat(v,x)
  • Edege Enqueue Value: g_hat(v) + c_hat(v,x) + h_hat(x)

Sample Bias

TODO

to connect two trees quickly

prune

TODO

depulate check edge

TODO

bibitstar's People

Contributors

rli43 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.