Implementation of AISolve.Core using MGroup's MachineLearning of various AI-enhanced iterative linear algebra solvers for parameterized systems.
- Pod2GResponse: Abstract implementation of IModelResponse and IAIResponse from AISolve.Core, for the solution of parameterized systems using the POD-2G method
Implementation of AISolve.MachineLearning using MGroup's LinearAlgebra of various AI-enhanced iterative linear algebra solvers for parameterized systems.
- Pod2GLinearSystemResponse: Concrete implementation of Pod2GResponse using MGroup's LinearAlgebra solvers, for the solution of parameterized systems using the POD-2G method
You can choose either to clone the solution or downloads it as a zip file.
- Under the repository name, click Clone or Download option.
- In the popup appearing choose the Use HTTPS option.
-
Open Visual Studio. In Team Explorer window appearing in your screen under Local Git Repositories click the Clone option. If Team Explorer window is not visible you can enable in View -> Team Explorer
- In the text box appearing paste the link.
- Click clone and Visual Studio will automatically download and import AISolve.Core
- Under the repository name, click Clone or Download option
-
Click Download ZIP option. AISolve.MachineLearning will be downloaded as a ZIP file.
-
Extract the ZIP file to the folder of choice.
-
Double click on AISolve.MachineLearning.sln file to open the code with Visual Studio