Henning Kiel

Results 26 comments of Henning Kiel

@sjoelund Do you know why the mac nightly does not produce a .dmg file? The job succeeds.

@sjoelund The current merge sort implementation in List.sort is not stable. In fact it reverts the order of equal elements. My natural merge sort implementation should however be stable but...

I still think that we should use a stable sort algorithm.

@sjoelund Do you have any idea on how to fix this?

The problem comes from the `add_list` function. In the old version for `Test3.mos` we have `data->modelData->nRelations = 4;` and with your patch we get `data->modelData->nRelations = 3;`

add is not adding new ZC because it already exists in the set (old): `BackendDump.zeroCrossingString` says: old: `T1.activation.tOut[1] >= T1.activation.maxTokens[1] with index = 0 in equations [4]` new: `T1.activation.tOut[1] >=...

@sjoelund Do you have an idea if the regressions are really problems?

The problem is that with the existing code the same relation can be added multiple times, because they are simply added to the list. When switching to ZeroCrossingSet these duplicate...

This problem is still present. Can this be fixed anyhow? It is a bit annoying that the keyboard cannot be opened right at the start of the application, but must...