Skip to content

Particle Swarm Optimization implementation for Multiple Sequence Alignment

Notifications You must be signed in to change notification settings

theferrit32/ParticleSwarmAlignment.jl

Repository files navigation

ParticleSwarmAlignment.jl

This Julia package provides the module ParticleSwarmAlignment.

It is installable with the following lines:

julia> using Pkg
julia> Pkg.add(PackageSpec(path="https://github.com/theferrit32/ParticleSwarmAlignment.jl"))

The module should now be installed and its exports can be loaded into the current scope with:

julia> using ParticleSwarmAlignment

About

Particle Swarm Optimization implementation for Multiple Sequence Alignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published