# MultiParamContinuation.jl

**URL:** https://discourse.julialang.org/t/multiparamcontinuation-jl/115059
**Category:** Package Announcements
**Created:** [June 1, 2024, 2:41pm UTC](https://discourse.julialang.org/t/multiparamcontinuation-jl/115059 "2024-06-01T14:41:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![rveltz](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rveltz/32/2707_2.png) [@rveltz](https://discourse.julialang.org/u/rveltz)
#### Post date: [June 1, 2024, 2:41pm UTC](https://discourse.julialang.org/t/multiparamcontinuation-jl/115059/1 "2024-06-01T14:41:38Z")

</div>

Hi

I am writing this post to announce a new package [MultiParamContinuation.jl](https://github.com/bifurcationkit/MultiParamContinuation.jl) in the organisation [bifurcationkit](https://github.com/bifurcationkit). It allows to perform multi parameter continuation of problems in large dimensions. As of now, it only handles the following situation, computing the 2d submanifold defined as

\{ x\in\mathbb R^{n+2}\ |\ F(x) = 0\in\mathbb R^n\}

This is based on the algorithm for [Multifario](https://multifario.sourceforge.io/) and it is also implemented in the Matlab toolbox [COCO](https://sourceforge.net/projects/cocotools/).

It is reasonably efficient on StaticArrays and there is an interface to [BifurcationKit.jl](https://github.com/bifurcationkit/BifurcationKit.jl) in order to tackle large scale problems.

Below is a partially computed torus.

I hope some of you will find it useful,

Best regards

 ![](https://global.discourse-cdn.com/julialang/original/3X/9/f/9fedabf444b2df4b0a3ac64c9a2cf839ded152d5.png)
