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

Use specific function decorators for different algorithm categories #131

Open
fishroot opened this issue Jun 23, 2018 · 0 comments
Open

Comments

@fishroot
Copy link
Member

The algorithm decorator currently allows arbitrary attributes, and therefore different usage within models, datasets, networks and systems. Thereby the internal organisation is facilitated by the attribute 'category', which, however is used differently within different contexts.

Code redundancy and code scattering can be avoided by providing different specific decoratos, like: inference for mean values, correlations etc.
estimand for optimization
objective for scalar evaluation functions

@fishroot fishroot added this to the v0.6 milestone Jun 23, 2018
@fishroot fishroot self-assigned this Jun 27, 2018
@fishroot fishroot changed the title restucture code: specify the algorithm decorator Use specific function decorators for different algorithm categories Nov 25, 2018
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