Eduard Nicodei
Eduard Nicodei
@darioizzo Hello, could you please provide a sample code snippet of how you think the user should provide the algorithmic type (I'm thinking having a custom `enum` with the OR...
Right ok, one more question then: how would that affect current derived algorithms that reimplement `evolve()`? Will they remain unchanged, in which case we would end up with two virtual...
A couple of questions: 1) should we include tests for `normalized::compute_constraints_impl()` ? 2) `normalized::denormalize(const decision_vector& x)` does NOT check that `x` is actually normalized: https://github.com/esa/pagmo/blob/master/src/problem/normalized.cpp#L77-83 is this the correct behaviour?
@AVCZ I've already worked a bit on this issue (sorry about that, didn't know whether or not you were still interested it resolving it). My current branch is at https://github.com/neduard/pagmo/tree/issue95_sampling_without_replacement_jde...