Commit Graph

18 Commits

Author SHA1 Message Date
Connor Olding 45c4e4f37d update kyaa 2019-06-25 22:01:53 -07:00
Connor Olding 82b9e0b1a8 fix misplaced comment 2019-03-11 01:45:44 +01:00
Connor Olding 58a7d36d61 remove weighted nonsense for master branch
it's not laplace!
2018-09-15 18:35:11 +02:00
Connor Olding 38c89ddbbc move initialization into its own function 2017-04-02 02:11:05 +00:00
Connor Olding 076d8bae83 use a better, external RNG library 2017-04-02 02:01:38 +00:00
Connor Olding 81c86dcc3f tweak laplace stuff 2017-04-02 00:48:46 +00:00
Connor Olding 7f8b65ac36 add laplace convolution to neighbor calculations 2017-04-01 22:41:18 +00:00
Connor Olding aad28da6a4 fix typos 2017-04-01 02:49:05 +00:00
Connor Olding 823b7a5008 tweaks for the compiler 2017-04-01 02:48:59 +00:00
Connor Olding 5717dd0e1b update kyaa 2017-04-01 02:47:53 +00:00
Connor Olding 5d9ccb42f8 fix minor memory leaks 2017-03-31 02:08:15 +00:00
Connor Olding 926bd2dae8 remove (square) radius parameter
this parameter didn't make sense because
the resulting neighborhood wasn't necessarily square.

to actually implement this feature would require
an extension to make_offset_list.
2016-10-31 15:37:29 -07:00
Connor Olding e5ee52ccff remove polish parameter
additional layers of polish yield too negligible of an effect to bother with.
tweaking the magic parameter is preferred.
2016-10-31 15:21:22 -07:00
Connor Olding 79afa91dd8 begin writing an explanation of neighbors/offsets 2016-10-31 15:14:52 -07:00
Connor Olding 4767586720 fix a typo that prevented shuffling/polishing
this should fix #1
2016-10-31 09:24:08 -07:00
Connor Olding 62c09b5be5 add a heap of comments 2016-10-31 08:58:39 -07:00
Connor Olding e901f29cf7 use proper inclusive ranges for help 2016-09-07 18:54:06 -07:00
Connor Olding 44cf800d41 first public version 2016-08-31 21:53:39 -07:00