N3PDF / pycompressor

Compression code for PDF replicas.
https://n3pdf.github.io/pycompressor/
GNU General Public License v3.0
1 stars 0 forks source link

ES minimizer Implementation #10

Closed Radonirinaunimi closed 4 years ago

Radonirinaunimi commented 4 years ago

This aims to address the issue #5 on the implementation of Evolutionary Strategy algorithms for the minimization of the error function.

The code can now do a proper compression (modulo the correlation estimator).

scarlehoff commented 4 years ago

Let's do things one by one...

GA-ES: This works as crosschecks against the C code. (also useful to have it in case it might become important)

Does this code already reproduce the C code? If so it is time to add tests! And only then move to the new and exciting stuff.

Radonirinaunimi commented 4 years ago

Does this code already reproduce the C code? If so it is time to add tests! And only then move to the new and exciting stuff.

For this I haven't done a fully systematic study. I will prepare some kinds of report on such comparison and will post it in #6.