-
Notifications
You must be signed in to change notification settings - Fork 74
Meeting 2017 11 16
Eric Wieser edited this page Jun 23, 2020
·
1 revision
- @arsenovic, @hugohadfield, @moble
- 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
-
@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.