Skip to content
Eric Wieser edited this page Jun 23, 2020 · 1 revision

people

  • @arsenovic, @hugohadfield, @moble

high level goals

  • prevent splintered efforts and wheel re-invention
  • create github org to unify a group effort and open the discussion.
  • create a fast, easy to use library, and a place to store GA algorithms

specific goals

  • @moble to sketch desired GA python implementation. some ideas that came up:

    • pure python. jit it
    • defined implementation layers. allow algo's can run on different backends.
    • subclassess for performance:(MV->rotor, MV->vector) (like versor)
    • must support arbitrary algebra/metric because we cant predict the future!
    • pre-compute common algebras for performance
  • @hugohadfield to speed up clifford in mean time

  • @arsenovic. look at quaternion tests, migrate to clifford.

    • project must have great docs to attract new people.
Clone this wiki locally