-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance optimizations and 0.5 compatibility #56
Commits on Sep 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f1280f3 - Browse repository at this point
Copy the full SHA f1280f3View commit details -
wrap tests in module BlackBoxOptimTests ... end
could improve type inference for top-level objects and allow running tests using `reload()`
Configuration menu - View commit details
-
Copy full SHA for ed5e7fc - Browse repository at this point
Copy the full SHA ed5e7fcView commit details -
DictChain: relax get/set signatures
so that DictChain throws the same KeyError exception as Dict
Configuration menu - View commit details
-
Copy full SHA for 56f13cb - Browse repository at this point
Copy the full SHA 56f13cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48a76da - Browse repository at this point
Copy the full SHA 48a76daView commit details -
typeassert for numparents/children(::XOver)
NP, NC parameters should always be integer constants, but in some contexts the real type of CrossoverOperator{NP,NC} could not be deduced at compile time, so numparents/children() result type would be Any, unless explicitly specified
Configuration menu - View commit details
-
Copy full SHA for a0de8ae - Browse repository at this point
Copy the full SHA a0de8aeView commit details -
Borg: extract recombinate!() from step!()
this allows Julia to compile recombination and candidate processing code knowing the exact type of recombination operator
Configuration menu - View commit details
-
Copy full SHA for 803f6fe - Browse repository at this point
Copy the full SHA 803f6feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b45dcc - Browse repository at this point
Copy the full SHA 7b45dccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eae2d4 - Browse repository at this point
Copy the full SHA 8eae2d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae6f787 - Browse repository at this point
Copy the full SHA ae6f787View commit details -
refactor bimodal Cauchy distribution
- avoid recursion when sampling - avoid keyword arguments when sampling
Configuration menu - View commit details
-
Copy full SHA for f5ca94f - Browse repository at this point
Copy the full SHA f5ca94fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4279467 - Browse repository at this point
Copy the full SHA 4279467View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4109ba2 - Browse repository at this point
Copy the full SHA 4109ba2View commit details -
since we don't want to extend these definitions
Configuration menu - View commit details
-
Copy full SHA for 82e58e4 - Browse repository at this point
Copy the full SHA 82e58e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8206cec - Browse repository at this point
Copy the full SHA 8206cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 339d7ca - Browse repository at this point
Copy the full SHA 339d7caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 957bb50 - Browse repository at this point
Copy the full SHA 957bb50View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5774f - Browse repository at this point
Copy the full SHA ea5774fView commit details -
search_space: simplify some operations
use @inbounds, map() and zip() instead of comprehensions to avoid costly element accesses
Configuration menu - View commit details
-
Copy full SHA for 7a6d057 - Browse repository at this point
Copy the full SHA 7a6d057View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb94553 - Browse repository at this point
Copy the full SHA cb94553View commit details