On 11 September 2010 14:19, Raul Miller <[email protected]> wrote:
> On Fri, Sep 10, 2010 at 4:07 PM, Justin Paston-Cooper
> <[email protected]> wrote:
>> There's a varying amount of new weights from each weight in the
>> current level. Is there still a solution?
>
> Yes:
>
> Instead of compressing out the "bad rows" and preventing
> them from happening, multiply those rows by 0.
>
> Then you can use keepv on the entire batch of potential
> weights for the level -- it will only retain rows which have
> an element which is greater than 0.
Keepv depends on the reflection which produced the weight. If the 2nd
reflection produced it then it should be kept if all components after
the second are non-negative. In a new level there is not always a
single reflection which produces the new weights.
>
> --
> Raul
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to