首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 基于遗传algorythm相关序列发生器。

基于遗传algorythm相关序列发生器。

  • 资源大小:98.04 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: java generator Sequence

资 源 简 介

Correlated sequences generator General notes The goal of the project is to create a tool for sequences with prescribed correlation properties generation. ### Sequences ### Current version support two types of sequnce elements: * binary (each value is either 0 or 1); * ternary (elements from set {0, 1, 2}). ## Generation method ## On first cycle initial population of random sequences is generated. Each sequence is treated as a chromosome. On each evolution step population mutates and then selection is done. It is a rough model with mutation only, i.e. crossover is not implemented yet. ### Mutation ### Mutation starts with some initial rate and then changes depending on what strategy selected in options and result of previous mutations. ### Selection procedure ### Selection means that sequence that is the closest to the desired properties survives: the strongest one gets all. :) Measure of being close to desired properties is defined as average square of the co

文 件 列 表

dist
gen_seq.jar
lib
VIP VIP
0.279397s