diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-11-29 08:37:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-11-29 08:37:29 +0100 |
commit | 45ea23ad39a7cbc5d56f428491d236c7e6c32e0d (patch) | |
tree | 352248ca1f4db88becfef5f38179e0466f8f9bab /nlpsolver | |
parent | 2d99262c2de5ccaaaee7b4cade3e05228a90eb64 (diff) |
Replaced UTF-8 U+FFFD with ASCII space in source code comment.
The Unicode replacement character got in there probably during a previous
conversion of the source code; not evident to me what it replaced originally.
Diffstat (limited to 'nlpsolver')
-rwxr-xr-x | nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/deps/behavior/DEGTBehavior.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/deps/behavior/DEGTBehavior.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/deps/behavior/DEGTBehavior.java index cb0693616d4e..e77c972bca4d 100755 --- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/deps/behavior/DEGTBehavior.java +++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/deps/behavior/DEGTBehavior.java @@ -18,7 +18,7 @@ * @References:
* [1] Storn R, Price K. Differential evolution - a simple and efficient
* heuristic for global optimization over continuous spaces. Journal of
- * Global Optimization, 1997, 11: 341�C359
+ * Global Optimization, 1997, 11: 341 C359
* @ The original differential evolution idea
* [2] X F Xie, W J Zhang. SWAF: swarm algorithm framework for numerical
* optimization. Genetic and Evolutionary Computation Conference (GECCO),
|