-
Notifications
You must be signed in to change notification settings - Fork 22
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
Difference compared to Bio_IK #67
Comments
pick_ik is meant to be a reimplementation of bio_ik that is more readable and well-tested. Right now, there are two big differences:
Overall, I would recommend using bio_ik today because it is more fully featured, but if you are interested in helping address either of the two gaps pointed out above, that would be great! |
I would like to add that there are some additional algorithmic differences compared to BioIK.
As I am not associated with this project and only doing some research for my Master's thesis, I don't know whether these changes were made on purpose or not. Maybe @sea-bass or @tylerjw can give some insights. |
@timonegk I can only speak for myself, but the intention of this repo was not to recreate BioIK 1:1. Rather, it was to take the general approach and reimplement it in a single, configurable solver with code that is easier to understand and better tested. But, in practice these evolutionary algorithm solvers are very inefficient and only useful in specific situations. So we're not really developing this further. In fact, there has recently been talk of archiving this repo... unless someone else is interested in using/ maintaining it? |
Dear author, I want to know the main difference or advantage of pick_ik compared to bio_ik solver, since bio_ik seems support more goal function than pick_ik.
The text was updated successfully, but these errors were encountered: