Skip to content

Commit

Permalink
Status
Browse files Browse the repository at this point in the history
  • Loading branch information
neoneye committed Nov 29, 2023
1 parent 28fed8b commit 00d00a8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
//! Performs logistic regression of each input pixel with the corresponding classification for the output pixel.
//!
//! These older commits solves some of the tasks from the hidden ARC dataset, using logistic regression:
//! commit 2023-Nov-28: solves 1 of the hidden ARC tasks. This uses variant=0 and variant=1 and variant=2. Worse than ever.
//! I have broken enable_earlier_prediction_shapetype_connectivity8 for variant=0, so it only solves 1 task.
//! And variant=1 and variant=2 doesn't solve any tasks.
//! https://github.com/loda-lang/loda-rust/commit/ba6e27dcef9b1047926a397ef2ef843f04a513b7
//!
//! commit 2023-Nov-26: solves 2 of the hidden ARC tasks. This uses variant=0 and variant=1 and variant=2. Only variant=0 does something useful.
//! Since it uses multiple variants and doesn't solve more tasks than the previous commit, then it is not an improvement.
//! https://github.com/loda-lang/loda-rust/commit/01069f3a25770d4b12f6be5b27d2266948456275
Expand Down

0 comments on commit 00d00a8

Please sign in to comment.