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

Make the weight function customizable #18

Closed
maxscheurer opened this issue Jan 9, 2017 · 2 comments
Closed

Make the weight function customizable #18

maxscheurer opened this issue Jan 9, 2017 · 2 comments
Assignees

Comments

@maxscheurer
Copy link
Owner

Add a text field to customize the weight function and preview it in the settings view

@maxscheurer maxscheurer added this to the Beta version milestone Jan 9, 2017
@maxscheurer maxscheurer assigned maxscheurer and ghost Jan 9, 2017
@maxscheurer
Copy link
Owner Author

maxscheurer commented Jan 9, 2017

weightfunction = "return (1.0) / (1.0 + np.exp(5.0 * (value - 4.0)))"
exec weightfunction

will do the pythonic magic...

@maxscheurer
Copy link
Owner Author

It's a bit annoying to put that into our code...

@maxscheurer maxscheurer removed this from the Beta version milestone Mar 13, 2017
@ghost ghost closed this as completed Mar 13, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant