HomeSort by relevance Sort by last modified time
    Searched refs:bracket_high (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/internal/ceres/
line_search.cc 331 // Important: The high/low in bracket_high & bracket_low refer to their
333 // bracket_low.x < bracket_high.x.
334 FunctionSample solution, bracket_low, bracket_high; local
351 &bracket_high,
372 << ", bracket_high: " << bracket_high << ", num_iterations: "
385 // defined by bracket_low & bracket_high, which satisfy:
387 // 1. The interval bounded by step sizes: bracket_low.x & bracket_high.x
394 // bracket_low.value < bracket_high.value (although this is typical)
395 // e.g. when bracket_low = initial_position, and bracket_high is th
595 << ", bracket_high: "<< bracket_high; local
606 << ", bracket_high: "<< bracket_high; local
613 << ", bracket_high: "<< bracket_high; local
    [all...]
line_search.h 284 FunctionSample* bracket_high,
290 FunctionSample bracket_high,

Completed in 1613 milliseconds