日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

tsp遗传算法 c语言,【分享】遗传算法解决TSP问题的源程序

發布時間:2025/3/15 编程问答 34 豆豆
生活随笔 收集整理的這篇文章主要介紹了 tsp遗传算法 c语言,【分享】遗传算法解决TSP问题的源程序 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

該樓層疑似違規已被系統折疊?隱藏此樓查看此樓

std::back_inserter(Child2));

/**********************************************************************

cout?<

for?(tempIter=Child1.begin();?tempIter!=Child1.end();?++tempIter)

cout?<

cout?<

cout?<

for?(tempIter=Child2.begin();?tempIter!=Child2.end();?++tempIter)

cout?<

cout?<

**********************************************************************/

std::rotate?(fatherBk.begin(),?fatherBk.begin()+HighBoundary+1,?fatherBk.end());

std::rotate?(motherBk.begin(),?motherBk.begin()+HighBoundary+1,?motherBk.end());

/**********************************************************************

cout?<

copy?(fatherBk.begin(),fatherBk.end(),?std::ostream_iterator(cout,?"?"));

cout?<

cout?<

copy?(motherBk.begin(),?motherBk.end(),?std::ostream_iterator(cout,?"?"));

cout?<

**********************************************************************/

for?(V_iter?=?m_GenerationGene[iFather].begin()+LowBoundary;

V_iter?!=?m_GenerationGene[iFather].begin()+HighBoundary+1;?++V_iter)

{

motherBk.erase(std::remove(motherBk.begin(),?motherBk.end(),?*V_iter),

motherBk.end());

}

for?(V_iter?=?m_GenerationGene[iMother].begin()+LowBoundary;

V_iter?!=?m_GenerationGene[iMother].begin()+HighBoundary+1;?++V_iter)

{

fatherBk.erase(std::remove(fatherBk.begin(),?fatherBk.end(),?*V_iter),

fatherBk.end());

}

/**********************************************************************

cout?<

copy?(fatherBk.begin(),fatherBk.end(),?std::ostream_iterator(cout,?"?"));

cout?<

cout?<

copy?(motherBk.begin(),?motherBk.end(),?std::ostream_iterator(cout,?"?"));

cout?<

**********************************************************************/

iDistance?=?_CITY_AMOUNT?-HighBoundary?-?1;

std::copy(motherBk.begin(),?motherBk.begin()+iDistance,?std::back_inserter(Child1));

std::copy(motherBk.begin()+iDistance,?motherBk.end(),?std::inserter(Child1,Child1.begin()));

std::copy(fatherBk.begin(),?fatherBk.begin()+iDistance,?std::back_inserter(Child2));

std::copy(fatherBk.begin()+iDistance,?fatherBk.end(),?std::inserter(Child2,Child2.begin()));

/**********************************************************************

cout?<

copy?(Child1.begin(),?Child1.end(),?std::ostream_iterator(cout,?"?"));

cout?<

cout?<

copy?(Child2.begin(),?Child2.end(),?std::ostream_iterator(cout,?"?"));

cout?<

**********************************************************************/

/*iChild1Probability?=?fnEvalOne(Child1);

//iChild2Probability?=?fnEvalOne(Child2);

P_iter?=?std::max_element(m_vProbability.begin(),?m_vProbability.end());

if?(iChild1Probability?

{

m_GenerationGene[P_iter-m_vProbability.begin()]?=?Child1;

總結

以上是生活随笔為你收集整理的tsp遗传算法 c语言,【分享】遗传算法解决TSP问题的源程序的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。