Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
811d7c1
Partial modification of GAR
Fillip1233 Mar 7, 2024
7103437
Add error correction module,optimized codeAdd a new method ARadaptive…
Fillip1233 Mar 11, 2024
f7d37d6
DMF restructure
Alison217 Mar 14, 2024
3309b87
Modify AR variance calculation problem,add ar adaptive alpha and some…
Fillip1233 Mar 16, 2024
5211628
move code
Alison217 Mar 22, 2024
5051aa8
Merge branch 'zhenjie's-branch' of github.com:IceLab-X/FidelityFusion…
Alison217 Mar 22, 2024
a6b63b3
Fix some bug on DMF,update for new branch
Fillip1233 Mar 23, 2024
0943ea0
CMF initiate
Alison217 Mar 23, 2024
75a0580
merge some conflict
Alison217 Mar 23, 2024
f33a2dd
Fix bug on cigp_v10 nll
Fillip1233 Mar 29, 2024
0402ac2
Experimental effect testing
Fillip1233 Apr 26, 2024
4af5165
Modular testing
Fillip1233 May 5, 2024
36dc7bf
Exp result
Fillip1233 May 7, 2024
1c883e3
CAR exp (nips)
Fillip1233 May 28, 2024
e48a9f1
Add data related to MF Bayesian optimization
Fillip1233 Jun 12, 2024
ce4e78f
Model updates and readme additions
Fillip1233 Aug 17, 2024
5eeb3ee
Add git-submodule
Fillip1233 Aug 18, 2024
c52fd92
Add new gp
Fillip1233 Aug 18, 2024
9189ac6
update folder structure, add comments
wayXing Aug 20, 2024
dd6fb7c
Standardized code repository
Fillip1233 Aug 25, 2024
49d1f85
update git-submodule
Fillip1233 Aug 26, 2024
df54236
update demo
Fillip1233 Aug 26, 2024
d9e4649
Standardize code and add GPU version
Fillip1233 Aug 26, 2024
d706ec6
Add some comments and update the readme
Fillip1233 Aug 27, 2024
50fd56c
small fix
Fillip1233 Sep 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "MiniGP"]
path = MiniGP
url = https://github.com/IceLab-X/MiniGP.git
Loading