Skip to content
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

made a setting out of adaptive_indi boolean and unscaled estimate sending #1292

Closed
wants to merge 1 commit into from

Conversation

EwoudSmeur
Copy link
Member

The estimated G sent over messages was scaled, which was annoying. Also made a setting of out of use_adaptive_indi, such that you can easily turn it on/off

float mu = STABILIZATION_INDI_ADAPTIVE_MU;

#if STABILIZATION_INDI_USE_ADAPTIVE
#warning "Use caution with adaptive indi. See the wiki for more info"
float use_adaptive_indi = TRUE;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

float??

@flixr flixr closed this in 2e45611 Aug 7, 2015
@EwoudSmeur EwoudSmeur deleted the easier_adaptive_indi branch September 28, 2015 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants