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
Hello, great work!
One question - the MultilayerRegression model, defined here:
MultilayerRegression
NeurIPSIntopt/Interior/intopt_energy_mlp.py
Line 34 in c963927
Can you confirm that's correct, and that is the model you used for producing the results in your paper?
The text was updated successfully, but these errors were encountered:
Thank you very much. For this experiment, I used linear model. I did experiment with nonlinearity but linear model performs the best.
Sorry, something went wrong.
No branches or pull requests
Hello, great work!
One question - the
MultilayerRegression
model, defined here:NeurIPSIntopt/Interior/intopt_energy_mlp.py
Line 34 in c963927
is defined as a sequence of linear layers without any non-linearity, and thus it is still a linear model.
Can you confirm that's correct, and that is the model you used for producing the results in your paper?
The text was updated successfully, but these errors were encountered: