Commit Graph

122 Commits

Author SHA1 Message Date
a396674115 tmp update 2022-12-16 14:24:40 +08:00
9fd52d7121 update ignore 2022-11-02 10:46:14 +08:00
f27bc17948 update 2022-03-20 10:44:52 +08:00
24235f44ca tmp update 2022-02-17 16:47:20 +08:00
9d31decd84 tmp update 2022-02-17 09:31:36 +08:00
e3f737fbc0 tmp update 2022-02-16 20:52:34 +08:00
038fb4a60d tmp update 2022-02-16 17:06:41 +08:00
47b3e01cfb tmp update 2022-02-15 15:27:22 +08:00
aafcfc4279 update LibLBFGSConfig.cmake.in 2021-11-02 09:58:35 +08:00
fe17b3fe0c update cmakelists 2021-09-10 12:45:08 +08:00
2aea5ff2b9 Merge branch 'master' of https://gitee.com/yizhangss/liblbfgs 2021-08-28 12:43:16 +08:00
3c1de9f322 add config.cmake.in 2021-08-28 12:42:28 +08:00
4733fe57ac update build system 2021-08-02 21:54:09 +08:00
张壹
69a4b33b8f update build system 2021-08-01 10:25:17 +08:00
253b66d3c7 update sample3 2021-06-02 15:38:37 +08:00
71d0a5e3aa update cmakelists 2021-01-04 20:57:28 +08:00
pi
2ff925cdc4 update cmakelists 2020-09-09 17:28:50 +08:00
6083b80485 update on cmakelists 2020-09-09 12:23:23 +08:00
pi
5b958b10ab update annotations 2020-07-15 16:22:04 +08:00
0084765d0b update to v1.1.0 2020-06-15 17:43:23 +08:00
91f332cac1 Update CMakeLists.txt
change version number to 1.1
2019-11-06 11:03:14 +08:00
pi
d2904f3379 更新progress回调函数
增加了lbfgs_parameter_t参数以监控反演进度
2019-11-04 12:51:37 +08:00
pi
1f5145a580 Update lbfgs.c 2019-10-22 16:13:15 +08:00
38c0f38d72 Update sample3.cpp 2019-10-22 10:52:04 +08:00
cb3d271071 add a new example 2019-10-22 10:25:55 +08:00
bcafb30f35 编译成功 2019-10-21 22:40:08 +08:00
4076f6803a Update CMakeLists.txt 2019-10-21 22:30:24 +08:00
bbc63f3e25 edit CMakeLists.txt 2019-10-21 22:29:26 +08:00
fb98a740ea 自己编译 2019-10-21 22:24:25 +08:00
462d3121ee 添加注释 2019-10-21 22:09:44 +08:00
d3ebea8582 添加中文注释 2019-10-19 23:09:30 +08:00
Jey Kottalam
7fc787678e Add lbfgs_strerror(). 2019-07-03 20:04:47 +09:00
Sangwhan Moon
3b35fa16dc Update documentation for default value of delta.
This matches the documentation to the actual code level default.
Resolves #19.
2019-06-04 22:20:36 +09:00
Giulio Paci
2cee127280 Improvements to the build system (#25)
* Renamed configure.in into configure.ac.

* Modernized configure.ac.

* Added '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
2019-06-04 21:04:56 +09:00
Andreas Schuh
e4f94fabd2 Enable build configuration with CMake (#18)
* add: CMake configuration files

* doc: Variables affecting CMake configuration installation

* fix: Rename CMake module and project -> subproject macro

The problem is that macro/function definitions in CMake have global scope. Therefore, use a custom macro name rather than replacing the standard CMake command.

* enh: Set LibLBFGS_LIBRARIES variable in LibLBFGSConfig.cmake

For (older) libLBFGS installations that do not contain the CMake package configuration file, a FindLibLBFGS.cmake module will be needed which then sets LibLBFGS_LIBRARIES to the path of the actual library file instead of an imported CMake build target.

* doc: Update CMakeLists.txt comment

* fix: Do not inherit CMake options from parent project

The parent project must explicitly set ${PROJECT_NAME}_${varname} before including the subproject to the value of the same named parent option ${varname} if super- and sub-project should both use the same value.

* fix: Export of targets as part of parent project

* fix: Do not import targets when liblbfgs TARGET exists

* enh: Prefix Subproject module functions, use unique target names and non-imported target ALIAS

* enh: Remove check if PROJECT_NAME is defined

* fix: Update documentation of CMakeLists.txt

* enh: Document LBFGS_INSTALL_HEADERS
2019-06-04 21:04:00 +09:00
Sangwhan "fish" Moon
6aa4a77c99
Merge pull request #22 from mikhailkin/patch-1
Bug was fixed in delta criterion
2019-06-04 20:53:00 +09:00
Sangwhan "fish" Moon
2fc13c1ac5
Merge pull request #9 from dkogan/upstream
The comment describing the default max_linesearch value now matches the ...
2019-06-04 20:37:56 +09:00
Sangwhan Moon
7777580e1e Add missing details in build instructions.
Resolves #3 and #8.
2019-06-04 20:32:03 +09:00
Sangwhan "fish" Moon
23b8bddc92
Merge pull request #2 from sseemayer/master
Add .gitignore
2019-06-04 20:27:57 +09:00
Kostyukov
c16297a59e Bug was fixed in delta criterion
Delta criterion didn't work properly. Please, consider fix to add
2017-06-02 14:59:56 +03:00
Naoaki Okazaki
57678b188a Upgraded to MSVC 2015. 2016-01-25 17:41:23 +09:00
Naoaki Okazaki
b2a54a9812 - Added a link to a R wrapper (contributed by Antonio Coppola)
- Updated the web site.
2014-09-02 11:39:32 +09:00
Dima Kogan
31ef1e8ea0 The comment describing the default max_linesearch value now matches the code
The code set it to 40, but the comment said 20. The comment now matches the code
2014-01-18 12:36:07 -08:00
Stefan Seemayer
2e414afe81 Add gitignore 2013-02-26 18:15:09 +01:00
Naoaki Okazaki
fb51be30d4 Merge pull request #1 from lucastheis/master
Merged the pull request from lucastheis to fix compiling problem with single precision (float) and SSE.
2013-02-14 23:22:07 -08:00
Lucas Theis
d83800b05c Minor fix. 2012-12-22 16:26:45 +01:00
Naoaki Okazaki
27e905f386 Final step for release 1.10. 2010-12-21 01:16:22 +09:00
OKAZAKI Naoki
08e19a3444 Fixed a problem in EXTRA_DIST in Makefile.am 2010-12-21 01:06:29 +09:00
Naoaki Okazaki
8d7828a872 - Reduced warnings (I found a typo in the sample code).
- Added "-Wall" compiler option.
2010-12-21 01:01:31 +09:00
Naoaki Okazaki
3c1909394f Fixed a serious mistake in applying the patch submitted by Tamas Nepusz;
lbfgs() always returns LBFGSERR_INVALID_X_SSE when the SSE routine enabled.
2010-12-21 00:52:05 +09:00