-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove old implementation and rename NewFactorGraph, etc. #97
Comments
Sure
GitHub <[email protected]> wrote:
“
Since we have moved entirely to the new FG impl, we should remove the old impl and reduce our code enterprise.
Pinging @dellaert@marcrasi for comments :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.”
|
Yeah! There are some tests of the old stuff that would be nice to migrate to the new stuff instead of deleting (like CGLSTests, testPlanarSLAM), so I'd suggest that we migrate those first and then delete. We could claim bits by posting in this ticket before doing work, to avoid duplicating work. I would like to rename all the old stuff to Old and remove the New prefix today. I'll start work on this soon unless anyone thinks there will be any major conflicts with work they have in progress. |
Here's my proposal for coordinating work on this.
To coordinate work on the tests, put your name next to any test files you want to work on. Then check them off once they're done (I think everyone should be able to edit this comment to add names and checkmarks).
I have prepopulated checkmarks on all the files that are already using the new stuff. |
Question for @ProfFan: We're not really using SGD and NLCG for anything right now. Should we just delete those instead of migrating them? I ask because they are using vectors in a way that makes my linear algebra work a bit harder, so it would be really convenient to eliminate them for now. We can bring them back, implemented in terms of the new stuff, if/when we ever need them. |
@marcrasi Sure! |
Since we have moved entirely to the new FG impl, we should remove the old impl and reduce our code enterprise.
Pinging @dellaert @marcrasi for comments :)
The text was updated successfully, but these errors were encountered: