KKT-HardNet

Contents

  • User Guide
  • Examples
  • Package
  • Core
    • kkthn
      • kkthn.__init__
      • kkthn.backbone
      • kkthn.builder
      • kkthn.native_projection
      • kkthn.projection
      • kkthn.string_problem
      • kkthn.training
    • jaxmodel
  • Citations
  • License
  • Remarks on Updates
KKT-HardNet
  • Core
  • kkthn
  • Edit on GitHub

kkthn

  • kkthn.__init__
  • kkthn.backbone
    • glorot_init()
    • init_mlp_params()
    • mlp_apply()
    • make_batched_mlp_apply()
  • kkthn.builder
    • Constraint
    • DatasetSpec
    • Expression
    • VectorExpression
    • Constant
    • ConstraintList
    • KKTHardNet
    • ProblemBuilder
  • kkthn.native_projection
    • NativeProjection
    • compile_native_projection()
    • load_native_projection()
    • load_or_compile_native_projection()
  • kkthn.projection
    • ProjectionSettings
    • ProjectionLayer
    • make_projection_layer()
  • kkthn.string_problem
    • parse_constraint()
    • make_scalar_expr_fn()
    • build_model_from_string_problem()
  • kkthn.training
    • KKTTrainConfig
    • load_model_weights()
    • train_kkt_hardnet()
Previous Next

© Copyright 2026, KKT-HardNet Authors.

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