From e300a84582678ee857504e2afc203f9468c41f31 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 22 Jan 2023 00:18:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (zipline) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 5e73746f..862ced3d 100644 --- a/notes.md +++ b/notes.md @@ -245,3 +245,4 @@ 2022-10-19T23:12:00 - Late-night bugfix on financial RL environment (zipline) 2023-01-10T04:46:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (zipline) 2023-01-22T06:20:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (zipline) +2023-01-22T00:18:00 - Implementing approach from a new paper read last night (zipline)