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

CSO optimizer and batch experiments #45

Closed
wants to merge 72 commits into from

Conversation

Saitama32
Copy link

Add implementation of competitive swarm optimization and CSO experiments results with burgers, LV, kdv, poisson equation

aminevdam and others added 30 commits June 26, 2024 02:04
* new version (not final)

* work with posson 1d

* csv files
KAN implementation was added to the models.py file. The implementation consists of two classes:
1. class KANLinear - realization of a linear layer using Kolmogorov-Arnold splines. It allows to model nonlinear dependencies between input and output data using splines.
2. class KAN - realization of multilayer network using Kolmogorov-Arnold splines.
Adding an example of solving the wave equation using KAN.
Adding an example of solving the Bürgers equation using KAN.
Update model.py
SuperSashka and others added 24 commits August 12, 2024 16:50
@SuperSashka SuperSashka changed the base branch from experiments+NGD to main November 27, 2024 12:42
@SuperSashka SuperSashka mentioned this pull request Nov 27, 2024
@SuperSashka
Copy link
Member

SuperSashka commented Nov 27, 2024

It is added within PR #47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants