We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To get started more easily and without digging through all possible parameters something like the following should exist:
let parameters = Parameters::default().with_structure( ... );
Thereby new folks are only required to adapt what's absolutely necessary. Possibly this:
let structure = Structure::basic( numer_of_inputs, number_of_outputs );
would streamline the experience even further.
The text was updated successfully, but these errors were encountered:
Partially addressed by beef0ef.
Sorry, something went wrong.
No branches or pull requests
To get started more easily and without digging through all possible parameters something like the following should exist:
Thereby new folks are only required to adapt what's absolutely necessary. Possibly this:
would streamline the experience even further.
The text was updated successfully, but these errors were encountered: