Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • math_PSO

Index

Constructors

  • new math_PSO(theFunc: math_MultipleVarFunction, theLowBorder: math_Vector, theUppBorder: math_Vector, theSteps: math_Vector, theNbParticles: Graphic3d_ZLayerId, theNbIter: Graphic3d_ZLayerId): math_PSO
  • Parameters

    • theFunc: math_MultipleVarFunction
    • theLowBorder: math_Vector
    • theUppBorder: math_Vector
    • theSteps: math_Vector
    • theNbParticles: Graphic3d_ZLayerId
    • theNbIter: Graphic3d_ZLayerId

    Returns math_PSO

Methods

  • Perform_1(theSteps: math_Vector, theValue: number, theOutPnt: math_Vector, theNbIter: Graphic3d_ZLayerId): void
  • Parameters

    • theSteps: math_Vector
    • theValue: number
    • theOutPnt: math_Vector
    • theNbIter: Graphic3d_ZLayerId

    Returns void

  • Perform_2(theParticles: math_PSOParticlesPool, theNbParticles: Graphic3d_ZLayerId, theValue: number, theOutPnt: math_Vector, theNbIter: Graphic3d_ZLayerId): void
  • Parameters

    • theParticles: math_PSOParticlesPool
    • theNbParticles: Graphic3d_ZLayerId
    • theValue: number
    • theOutPnt: math_Vector
    • theNbIter: Graphic3d_ZLayerId

    Returns void

  • delete(): void
  • Returns void

Generated using TypeDoc