rcurtin_irc changed the topic of #mlpack to: mlpack: a scalable machine learning library (https://www.mlpack.org/) -- channel logs: https://libera.irclog.whitequark.org/mlpack -- NOTE: messages sent here might not be seen by bridged users on matrix, gitter, or slack
<jonpsy[m]> zoq sup
<jonpsy[m]> Made some progress on the Multiobjective env we were talking about. I've sent the logs up to your email, check the tag in the google doc.
<jonpsy[m]> Also since `EnvironType` is a template arg, to distinguish Multiobjective nev with its contrary we can check `static rewardSize >= 1` using `SFINAE` tricks. Cool no?
<jonpsy[m]> s/nev/env/
<zoq[m]1> Using SFINAE makes sense.
<zoq[m]1> https://arxiv.org/abs/2112.11508 now I’m wondering if something similar exists for C++