Skip to content

tris-2237/DAA-CIA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAA CIA

CIA1 Sequence Alignment Matrix

Two sequences a and b are chosen and inititialized

Match value and Mismatch value is chosen according to human genes which +5 and -4 respectively

Various traceback mechanism is applied that is Prims ,Djikstra, and Kruskal to obtain the sequence alignment

Affine penalty model is chosen as the scoring model for the sequence allignment matrix

Alignment matrix is not possible to find using the traceback mechanism as prims kruskal and djikstra as we need the same sequence on both vertical and horizontal but we are taking two set of different sequences.

CIA2 Developing individual code base using the various evolutionary algorithms for weight optimization

The algorithms used are:

  • Genetic Algorithm
  • Cultural Algorithm
  • Particle Swarm Optimization
  • Ant Colony Optimization

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published