FitBenchmarking
0.1
  • Concept
  • Users
  • Extending
  • Contributors
    • Install Instructions for Contributors
    • Coding Standards
    • Git Workflow
    • Repository Structure
    • Module Index
      • fitbenchmarking.cli package
      • fitbenchmarking.controllers package
      • fitbenchmarking.core package
      • fitbenchmarking.cost_func package
        • fitbenchmarking.cost_func.base_cost_func module
        • fitbenchmarking.cost_func.cost_func_factory module
        • fitbenchmarking.cost_func.hellinger_nlls_cost_func module
        • fitbenchmarking.cost_func.loglike_nlls_cost_func module
        • fitbenchmarking.cost_func.nlls_base_cost_func module
        • fitbenchmarking.cost_func.nlls_cost_func module
        • fitbenchmarking.cost_func.poisson_cost_func module
        • fitbenchmarking.cost_func.weighted_nlls_cost_func module
      • fitbenchmarking.hessian package
      • fitbenchmarking.jacobian package
      • fitbenchmarking.parsing package
      • fitbenchmarking.results_processing package
      • fitbenchmarking.utils package
FitBenchmarking
  • FitBenchmarking Contributor Documentation
  • fitbenchmarking package
  • fitbenchmarking.cost_func package
  • View page source

fitbenchmarking.cost_func package

Submodules

  • fitbenchmarking.cost_func.base_cost_func module
    • CostFunc
      • CostFunc.eval_cost()
      • CostFunc.hes_cost()
      • CostFunc.hes_res()
      • CostFunc.jac_cost()
      • CostFunc.jac_res()
      • CostFunc.validate_algorithm_type()
      • CostFunc.validate_problem()
  • fitbenchmarking.cost_func.cost_func_factory module
    • create_cost_func()
  • fitbenchmarking.cost_func.hellinger_nlls_cost_func module
    • HellingerNLLSCostFunc
      • HellingerNLLSCostFunc.eval_r()
      • HellingerNLLSCostFunc.hes_res()
      • HellingerNLLSCostFunc.jac_res()
      • HellingerNLLSCostFunc.validate_problem()
  • fitbenchmarking.cost_func.loglike_nlls_cost_func module
    • LoglikeNLLSCostFunc
      • LoglikeNLLSCostFunc.eval_loglike()
      • LoglikeNLLSCostFunc.eval_r()
      • LoglikeNLLSCostFunc.hes_res()
      • LoglikeNLLSCostFunc.jac_res()
  • fitbenchmarking.cost_func.nlls_base_cost_func module
    • BaseNLLSCostFunc
      • BaseNLLSCostFunc.eval_cost()
      • BaseNLLSCostFunc.eval_r()
      • BaseNLLSCostFunc.hes_cost()
      • BaseNLLSCostFunc.jac_cost()
  • fitbenchmarking.cost_func.nlls_cost_func module
    • NLLSCostFunc
      • NLLSCostFunc.eval_r()
      • NLLSCostFunc.hes_res()
      • NLLSCostFunc.jac_res()
  • fitbenchmarking.cost_func.poisson_cost_func module
    • PoissonCostFunc
      • PoissonCostFunc.eval_cost()
      • PoissonCostFunc.hes_cost()
      • PoissonCostFunc.hes_res()
      • PoissonCostFunc.jac_cost()
      • PoissonCostFunc.jac_res()
      • PoissonCostFunc.validate_problem()
  • fitbenchmarking.cost_func.weighted_nlls_cost_func module
    • WeightedNLLSCostFunc
      • WeightedNLLSCostFunc.eval_r()
      • WeightedNLLSCostFunc.hes_res()
      • WeightedNLLSCostFunc.jac_res()

Module contents

Previous Next

© Copyright 2020, STFC.

Built with Sphinx using a theme provided by Read the Docs.