nojhan / paradiseo

An evolutionary computation framework to (automatically) build fast parallel stochastic optimization solvers
https://nojhan.github.io/paradiseo/
Other
92 stars 33 forks source link

Refactoring include paths on EO module #43

Closed ropinho closed 4 years ago

ropinho commented 5 years ago

This refactoring refers to Issue #1

... But only for EO module.

All files that needed was modified to relative include paths in directory eo.

The files within a directory, such as ga/eoBit.h for example, modified from: #include <eoVector.h> to #include "../eoVector.h".

The files in same directory includes directly, files in different directory uses navigation through directories using ../ and [dir-names]/.

I tested the building process and the usage various times before push. The absolute include problem apparently was solved.

nojhan commented 4 years ago

I finally found time to review, fix introduced bugs, squash and merge. Thanks!