lazy-dude

Results 6 issues of lazy-dude

#### Description of Change #### References #### Checklist - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [x] Added tests and example, test...

enhancement
approved

It seems to me the number of successful/failed expects/asserts are not shown. Even in --verbose mode. IMHO that one would be a useful info.

Enhancement

Would you please change the Makefile so that it would produce standalone Cfish executable ? This way compiled Cfish would run on different Linux distributions more easily.

Hi, I want to change all data types from `double` to `int16_t`. In `genann.h` addition : `typedef int16_t ann_t;` Then change every occurrence of `double` to `ann_t`. Now modifying `example1.c`...

Hi, I want to use FANN fixed mode for running. But I receive this error: `FANN Error 3: Wrong version of configuration file, aborting read of configuration file "example_fixed.net".` At...

Hi, I want to link fann statically to my project in Linux. Also train and run it with , a single thread. How can I do it ?