Skip to content

Commit

Permalink
feat: add sure journal
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfromyeg committed Aug 1, 2023
1 parent 07bc5d7 commit 70bafd4
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
29 changes: 29 additions & 0 deletions content/joplin/sure journal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: SURE Journal
draft: false
date: 2023-05-12T17:51:23.983Z
summary: " "
joplinId: d84107c2c0cb41fd82d891f3ef390239
backlinks: []

---
# SURE Journal

## 2023-07-31

- Re-orient on EPM work; go over model building scripts and `diff` with original repository to determine changes required to run
- Scripts look fine; **which data to train on? (`SMAC`, `ROAR`, `ParamILS`, or `random`?)**
- Can queue model builds to run Tuesday night; will take some of Tuesday to put on cluster
- Skim EPM paper again
- Sync with Chris at 11am
- Prepare e-mail to EPM authors or runnable steps (and repository quality improvements)
- Schedule send for tomorrow
- Re-run Devon's repository with re-built models; prepare plots
- All vertical?! Will look at tomorrow

## 2023-08-01

- Build new, more sophisticated models for for use with UP
- Verify EPM e-mail received (message Kevin, Chris)
- Can run on Python 3.11 fine; needs `np.float` to be renamed `np.float64` (or 32) for use with later NumPy version
- Send Chris initial set of UP plots
4 changes: 2 additions & 2 deletions layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@
)
}
{{end}}

// analytics
function clickHandler(evt) {
const target = evt.target
const target = evt.target
const classNames = target.className.split(" ")
const broken = classNames.includes("broken")
const internal = classNames.includes("internal-link")
Expand Down
12 changes: 12 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,15 @@ notes:
backlinks: []
id: 9ed7d8fea0a648de8cb1c8ccbd981172
title: Hong Kong
- link: SURE Journal
filename: sure journal.md
folder: .
headers:
title: SURE Journal
draft: false
date: 2023-05-12T17:51:23.983Z
summary: " "
joplinId: d84107c2c0cb41fd82d891f3ef390239
backlinks: []
id: d84107c2c0cb41fd82d891f3ef390239
title: SURE Journal

0 comments on commit 70bafd4

Please sign in to comment.