Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PDE-VKOGA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
ians-anm
PDE-VKOGA
Commits
d8f20427
Commit
d8f20427
authored
3 years ago
by
Wenzel, Tizian
Browse files
Options
Downloads
Patches
Plain Diff
Minor changes in import statements.
parent
2ed0814e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
example.py
+2
-2
2 additions, 2 deletions
example.py
vkoga_PDE.py
+1
-1
1 addition, 1 deletion
vkoga_PDE.py
with
3 additions
and
3 deletions
example.py
+
2
−
2
View file @
d8f20427
...
...
@@ -6,8 +6,8 @@
import
numpy
as
np
from
matplotlib
import
pyplot
as
plt
from
vkoga_pde.
kernels_PDE
import
Gaussian_laplace
from
vkoga_pde.
vkoga_PDE
import
VKOGA_PDE
from
kernels_PDE
import
Gaussian_laplace
from
vkoga_PDE
import
VKOGA_PDE
np
.
random
.
seed
(
1
)
...
...
This diff is collapsed.
Click to expand it.
vkoga_PDE.py
+
1
−
1
View file @
d8f20427
# First approach to develope code for greedy PDE.
# ToDo: Not sure whether vector valued output makes sense, but let's try to implement it ..
from
vkoga_pde.
kernels_PDE
import
wendland32_laplace
from
kernels_PDE
import
wendland32_laplace
import
numpy
as
np
from
sklearn.base
import
BaseEstimator
from
sklearn.utils.validation
import
check_X_y
,
check_array
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment