Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
psimpy
Manage
Activity
Members
Labels
Plan
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
mbd
psimpy
Commits
e9284f6da637ea3bbe692063b00f3b833b268325
Select Git revision
Branches
3
main
default
protected
ravaflow3g
docs
Tags
3
v0.1.2
v0.1.1
v0.1.0
6 results
psimpy
Author
Search by author
Any Author
authors
Alan Jason Correa
ajcorrea.1996
Anil Yildiz
anilyildiz
Anna Simson
simson
Anna Simson
ASimson
Ann-Kathrin Margarete Edrich
edrich
Aziza Saadi
saadi
Benjamin Leon Terschanski
benjamin.terschanski
CQVera
CQVera
Dipankul Bhattacharya
dipankul
Fan Zhu
zhu
Ingo Steldermann
ingo.steldermann
Julia Kowalski
kowalski
nazbn
nazbn
Oliver Ahrend
oahrend
V Mithlesh Kumar
vmithleshkumar
15 authors
Apr 22, 2023
update gitignore
· e9284f6d
Hu Zhao
authored
2 years ago
e9284f6d
Nov 21, 2022
docs: add instruction on how to use with jupyter notebook
· 59046f3b
Hu Zhao
authored
2 years ago
59046f3b
Nov 04, 2022
build: version 0.1.2
· 46761ac8
Hu Zhao
authored
2 years ago
View commits for tag v0.1.2
v0.1.2
46761ac8
docs: update change log
· 266fd70a
Hu Zhao
authored
2 years ago
266fd70a
docs: elaborate on installation and add info about tests
· ec82d64b
Hu Zhao
authored
2 years ago
ec82d64b
Nov 03, 2022
build: update version
· ed47b4af
Hu Zhao
authored
2 years ago
View commits for tag v0.1.1
v0.1.1
ed47b4af
docs: update change log
· 01870eec
Hu Zhao
authored
2 years ago
01870eec
docs: add installation info
· 0645aad9
Hu Zhao
authored
2 years ago
0645aad9
Merge branch 'main' of git-ce.rwth-aachen.de:mbd/psimpy into main
· f97bcb27
Hu Zhao
authored
2 years ago
f97bcb27
build: add metadata
· b9f4a743
Hu Zhao
authored
2 years ago
b9f4a743
test: change equal to roughly equal
· 1d4bfbe7
Hu Zhao
authored
2 years ago
1d4bfbe7
fix: change np.float128 to float to avoid issues in windows
· 92d29fb8
Hu Zhao
authored
2 years ago
92d29fb8
docs: update README
· 85d90919
Hu Zhao
authored
2 years ago
View commits for tag v0.1.0
v0.1.0
85d90919
Nov 02, 2022
docs: remove outdated files
· b7f67bd9
Hu Zhao
authored
2 years ago
b7f67bd9
docs: update README
· 3e038d48
Hu Zhao
authored
2 years ago
3e038d48
test: use flatter import
· 7fcc872a
Hu Zhao
authored
2 years ago
7fcc872a
refactor: use flatter import
· c7ec64fe
Hu Zhao
authored
2 years ago
c7ec64fe
feat: add import statements in init
· 867d5f9d
Hu Zhao
authored
2 years ago
867d5f9d
feat: add version
· 097a3a73
Hu Zhao
authored
2 years ago
097a3a73
build: move matplotlib to dev dependency
· 1fbb5d52
Hu Zhao
authored
2 years ago
1fbb5d52
Nov 01, 2022
test: update test for active learning
· 34e94233
Hu Zhao
authored
2 years ago
34e94233
feat: add check for duplicated iteration points, modify uncertainty indicator
· 10160bbe
Hu Zhao
authored
2 years ago
10160bbe
feat: add overflow check for np.exp
· a1ce0ead
Hu Zhao
authored
2 years ago
a1ce0ead
Oct 31, 2022
test: update temp file directories
· 5e8fdbe0
Hu Zhao
authored
2 years ago
5e8fdbe0
test: implement test for active learning process
· 16e3bf8f
Hu Zhao
authored
2 years ago
16e3bf8f
feat: allow callable scalar_gasp_trend, loose restriction on data and simulation outputs
· b01f7006
Hu Zhao
authored
2 years ago
b01f7006
refactor: change np.atleast_2d to np.reshape
· 0635d822
Hu Zhao
authored
2 years ago
0635d822
Oct 30, 2022
feat: change emulate_and_predict_ln_pxl to approx_ln_pxl
· 8f5426df
Hu Zhao
authored
2 years ago
8f5426df
Oct 28, 2022
test: update test for active learning
· 39498bba
Hu Zhao
authored
2 years ago
39498bba
feat: move n0, nt and prefixes, add new methods
· fa135844
Hu Zhao
authored
2 years ago
fa135844
Oct 27, 2022
test: add test for init error check of active learning
· 6e796da0
Hu Zhao
authored
2 years ago
6e796da0
feat: add annotation, use beartype, correct prefixes, improve optimizer check
· c44d5541
Hu Zhao
authored
2 years ago
c44d5541
refactor: use check_bounds
· 1a7fcaff
Hu Zhao
authored
2 years ago
1a7fcaff
feat: add check_bounds function
· 746df515
Hu Zhao
authored
2 years ago
746df515
Oct 26, 2022
test: update temp dir list
· c999fe7d
Hu Zhao
authored
2 years ago
c999fe7d
test: implement test for bayes inference
· cd38b0ab
Hu Zhao
authored
2 years ago
cd38b0ab
feat: add annotation, use beartype, fix bug
· c9b17820
Hu Zhao
authored
2 years ago
c9b17820
docs: change doc string of sample function
· 710548fa
Hu Zhao
authored
2 years ago
710548fa
test: implement test_clear_temp_files and move all temp file clearning tasks there
· 7bcd40ef
Hu Zhao
authored
2 years ago
7bcd40ef
build: add pytest-order as develop dependency
· e4ba8ccb
Hu Zhao
authored
2 years ago
e4ba8ccb
Loading