Sign in
ceres-solver
/
ceres-solver
/
974513a41ff1ddc671d3dc6aa09ce708bbe447da
/
internal
974513a
Bug fix in DynamicAutoDiffCostFunction
by Sameer Agarwal
· 12 years ago
3130b3c
Add support for dynamic autodiff
by Keir Mierle
· 12 years ago
c58e6dc
More refined event logging in solver_impl.cc
by Sameer Agarwal
· 12 years ago
f102a68
Remove extraneous initial and final evals.
by Sameer Agarwal
· 12 years ago
0593747
Fix a memory leak in cxsparse.cc
by Sameer Agarwal
· 12 years ago
42a84b8
Expand reporting of timing information.
by Sameer Agarwal
· 12 years ago
71c8058
Remove ExecutionSummary from Evaluator and LinearSolver
by Sameer Agarwal
· 12 years ago
bdd87c0
Add an ExecutionSummary object that the Evaluator and LinearSolver can use to
by Sameer Agarwal
· 12 years ago
977be7c
Add support for reporting linear solver and inner iteration orderings.
by Sameer Agarwal
· 12 years ago
2f0d724
NumericDiffFunctor.
by Sameer Agarwal
· 12 years ago
2fc0ed6
Change NumericDiffCostFunction to accept variadic functors.
by Sameer Agarwal
· 12 years ago
9c5acce
Add CostFunctionToFunctor.
by Sameer Agarwal
· 12 years ago
c89ea4b
Minor corrections based on Jim Roseborough's comments
by Sameer Agarwal
· 12 years ago
00c8a06
Fix bug in DenseSparseMatrix::ToDenseMatrix().
by Keir Mierle
· 12 years ago
bcac4de
Speedup corrector.cc
by Sameer Agarwal
· 12 years ago
9883fc3
Refactoring of the LineSearchMinimizer.
by Sameer Agarwal
· 12 years ago
aed9961
Expose lbfgs rank in solver.h
by Sameer Agarwal
· 12 years ago
1afd498
String to and from enum conversion routines.
by Sameer Agarwal
· 12 years ago
3e8d192
Add a rough implementation of LBFGS.
by Sameer Agarwal
· 12 years ago
f4d0164
Add a line search based minimizer.
by Sameer Agarwal
· 12 years ago
0b5df70
Bug fix in solver_impl_test.
by Sameer Agarwal
· 12 years ago
86f6ea6
Fix a variadic evaluation bug in AutoDiff.
by Sameer Agarwal
· 12 years ago
9895a4f
Update comment in trust_region_minimizer.h.
by Sameer Agarwal
· 12 years ago
1d11be9
Armijo line search.
by Sameer Agarwal
· 12 years ago
31432ae
Fix an initialization bug in ProgramEvaluator.
by Sameer Agarwal
· 12 years ago
e7295c2
Add polynomial interpolation and minimization.
by Sameer Agarwal
· 12 years ago
747845f
Add the GradientChecker.
by Sameer Agarwal
· 12 years ago
bdabc29
Change LOG(ERROR) to LOG(WARNING) in schur_complement_solver.cc
by Sameer Agarwal
· 12 years ago
d779b04
Sort filenames in internal/CMakeList.txt
by Sameer Agarwal
· 12 years ago
3dadfb7
static cast to force Eigen::Index to long conversion.
by Sameer Agarwal
· 12 years ago
12626e8
Add support for up to 10 parameters in Problem
by Fisher
· 12 years ago
f1e67cc
Add support for up to 10 parameters in autodiff.
by Keir Mierle
· 12 years ago
a45046a
Remove verbose logging from DenseQRSolver
by Sameer Agarwal
· 12 years ago
27dd0d3
Fix the Ceres Android NDK build.
by Keir Mierle
· 12 years ago
67a107b
SolverImpl refactoring.
by Sameer Agarwal
· 12 years ago
66fcc7d
Fix a memory leak in trust_region_minimizer_test.cc
by Sameer Agarwal
· 12 years ago
76e8bb5
Add a missing OpenMP ifdef to coordinate_descent_minimizer.cc
by Sameer Agarwal
· 12 years ago
68b32a9
ordering -> linear_solver_ordering.
by Sameer Agarwal
· 12 years ago
c1ffad6
Schur ordering was operating on the original program.
by Sameer Agarwal
· 12 years ago
e3c5570
Petter's MSVC fixes
by Sameer Agarwal
· 12 years ago
5bfa7e4
Improve the performance of DenseQRSolver
by Sameer Agarwal
· 12 years ago
ba8d967
Generalization of the inner iterations algorithm.
by Sameer Agarwal
· 12 years ago
2c94eed
Move from Ordering to ParameterBlockOrdering.
by Sameer Agarwal
· 12 years ago
b6da9c7
OrderedGroups implementation.
by Sameer Agarwal
· 12 years ago
a693c8b
Remove redundant broken test.
by Sameer Agarwal
· 12 years ago
9123e2f
An implementation of Ruhe & Wedin's Algorithm II.
by Sameer Agarwal
· 13 years ago
b23fd4e
Add IterationSummary::step_is_nonmonotonic.
by Sameer Agarwal
· 13 years ago
d3ace02
Fix a bunch of compiler warnings.
by Sameer Agarwal
· 13 years ago
1dc544a
Remove ParameterBlock::state_offset as it is not used.
by Sameer Agarwal
· 13 years ago
dd1a276
Fix of compilation errors in solver_impl.cc
by Petter Strandmark
· 13 years ago
97ca0fb
Compile with warnings on Unix.
by Keir Mierle
· 13 years ago
c014997
Replace EXPECT/ASSERT_DEATH with EXPECT_DEATH_IF_SUPPORTED.
by Sameer Agarwal
· 13 years ago
65625f7
Solver::Options::ordering* are dead.
by Sameer Agarwal
· 13 years ago
0c52f1e
LinearSolver::Options::num_eliminate_blocks is dead.
by Sameer Agarwal
· 13 years ago
91c9bfe
Start of the new ordering API.
by Sameer Agarwal
· 13 years ago
76533b3
Adding high-precision timer using OpenMP
by Petter Strandmark
· 13 years ago
fba3844
Fix two segaults in test code.
by Sameer Agarwal
· 13 years ago
ab8e2dc
EigenSolver takes a bool
by Petter Strandmark
· 13 years ago
eb38e74
Inclusion guard fix
by Petter Strandmark
· 13 years ago
14ee795
Add ability to query available linear algebra backend.
by Sameer Agarwal
· 13 years ago
08f0d4d
Stricter checking of Solver::Option::num_eliminate_blocks.
by Sameer Agarwal
· 13 years ago
b329e58
Numerically robust computation of model_cost_change.
by Sameer Agarwal
· 13 years ago
cbae856
Various cleanups to nist.cc.
by Sameer Agarwal
· 13 years ago
a406b17
Fix the jacobian scaling bug.
by Sameer Agarwal
· 13 years ago
552f9f8
Various minor bug fixes to the solver logic.
by Sameer Agarwal
· 13 years ago
1.3.0
2d7176a
max_consecutive_nonmonotonic_steps should be int
by Petter Strandmark
· 13 years ago
ea11704
Basic harness for testing NIST problems.
by Sameer Agarwal
· 13 years ago
98bf14d
Miscellaneous fixes.
by Sameer Agarwal
· 13 years ago
1e3cbd9
Caching the symbolic Cholesky factorization when using CXSparse
by Petter Strandmark
· 13 years ago
a5353ac
Adding gflags include to test_util.cc
by Petter Strandmark
· 13 years ago
87ca1b2
Changing random.h to use cstdlib for Windows compability.
by Petter Strandmark
· 13 years ago
aeb00a0
Removing gomp for Visual Studio
by Petter Strandmark
· 13 years ago
6f36246
Add some tests for DoglegStrategy.
by Markus Moll
· 13 years ago
6908171
Remove unnecessary overload for hash<>
by Keir Mierle
· 13 years ago
976ab7a
Remove Google-era vestigial unit test.
by Keir Mierle
· 13 years ago
6ad6257
Add a workaround for an Android NDK compiler bug.
by Keir Mierle
· 13 years ago
1e28920
Update Summary::FullReport to report dogleg type.
by Sameer Agarwal
· 13 years ago
295ade1
Fix Eigen3 Row/Column Major storage issue.
by Sameer Agarwal
· 13 years ago
0c3a748
Allow equal lower and upper bound for diagonal scaling.
by Markus Moll
· 13 years ago
3d644b7
Install headers, libraries and pdf
by Arnaud Gelas
· 13 years ago
86d4f1b
Add missing return statement.
by Keir Mierle
· 13 years ago
51eb229
Add Program::ToString() to aid debugging.
by Keir Mierle
· 13 years ago
9705a73
Add ParameterBlock::ToString() to aid debugging.
by Keir Mierle
· 13 years ago
51cf7cb
Add the two-dimensional subspace search to DoglegStrategy
by Markus Moll
· 13 years ago
ad1f7b7
Add ArcTanLoss, TolerantLoss and ComposedLossFunction.
by Sameer Agarwal
· 13 years ago
05292bf
Add a TrustRegionStrategy::Summary object.
by Sameer Agarwal
· 13 years ago
b9f15a5
Add a dense Cholesky factorization based linear solver.
by Sameer Agarwal
· 13 years ago
b3fa009
Set CMAKE_*_OUTPUT_DIRECTORY
by Arnaud Gelas
· 13 years ago
1b8a4d5
Fix a minor bug in detect_structure logging.
by Sameer Agarwal
· 13 years ago
31c1e78
Minor cleanups.
by Keir Mierle
· 13 years ago
96f25dc
Fix SuiteSparse3 UFConfig.h detection.
by Sameer Agarwal
· 13 years ago
c497bd6
Add UFconfig and/or SuiteSparse_config test to CMakeLists.txt
by Markus Moll
· 13 years ago
383c04f
Fix QuaternionToAngleAxis to ensure rotations are between -pi and pi.
by Sameer Agarwal
· 13 years ago
dd2b17d
CERES_DONT_HAVE_PROTOCOL_BUFFERS -> CERES_NO_PROTOCOL_BUFFERS.
by Sameer Agarwal
· 13 years ago
8b4cb7a
Fix sparse linear algebra library logging in Summary::FullReport.
by Sameer Agarwal
· 13 years ago
47d26bc
Do not implicitly negate the step in the TrustRegionMinimizer.
by Markus Moll
· 13 years ago
51da590
Remove tmp file
by Markus Moll
· 13 years ago
5c44678
Fix a memory leak in the LM strategy test.
by Keir Mierle
· 13 years ago
d3dce27
Fix early return in DoglegStrategy::StepAccepted
by Markus Moll
· 13 years ago
d216490
Support building without TR1.
by Keir Mierle
· 13 years ago
Next »