jamesrobertlloyd / gpss-research

Kernel structure discovery research code - likely to be unstable
MIT License
186 stars 73 forks source link

Remove redundancy from additive kernel expressions #37

Closed jamesrobertlloyd closed 10 years ago

jamesrobertlloyd commented 10 years ago

e.g. multiplying by const, SE*SE

Safest to do when in additive form since it won't affect the search

jamesrobertlloyd commented 10 years ago

Simplistic version here

https://github.com/jamesrobertlloyd/gpss-research/commit/0d426da89b34e45ca59b1b31ef3bafe685f2a5f5

but the implementation is further evidence for this other issue

https://github.com/jamesrobertlloyd/gpss-research/issues/38

jamesrobertlloyd commented 10 years ago

Also Const + Const, WN + WN

jamesrobertlloyd commented 10 years ago

https://github.com/jamesrobertlloyd/gpss-research/commit/5a2cf55e1465ca559a814aef4c536380bc1f4b99