国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

基于存檔的多目標(biāo)算術(shù)優(yōu)化 (MAOA)附matlab代碼

2023-02-03 20:31 作者:Matlab工程師  | 我要投稿

??作者簡(jiǎn)介:熱愛科研的Matlab仿真開發(fā)者,修心和技術(shù)同步精進(jìn),matlab項(xiàng)目合作可私信。

??個(gè)人主頁:Matlab科研工作室

??個(gè)人信條:格物致知。


? 內(nèi)容介紹

Monoamine oxidase A (MAOA) is a mitochondrial enzyme that inactivates neurotransmitters of the monoamine family such as dopamine, serotonin, and norepinephrine. MAOA and MAOB are encoded by separate genes on the X chromosome and share 70% amino acid similarity. This chapter presents a study in which a considerable increase was observed in the amount of serotonin in MAOA–/– pups, with a return to close to normal levels in older mice. Brain and liver MAOA activity was abolished in these mice. Mutant mice lacked the characteristic barrel-like?clustering?of layer IV neurons in the primary somatosensory cortex. MAOA–/– mice displayed a wide array of behavioral abnormalities from birth through maturity. Increased male aggessiveness and increased male–male wounding were also observed. The results of this chapter show that MAOA controls the amount of serotonin and norepinephrine in neurons, and may be linked to aggression.

? 部分代碼

%__________________________________________________________________ %

%? ? ? ? ? ? ? ? ? ? Archive-based Multi-Objective? ? ? ? ? ? ? ? ? %

%? ? ? ? ? ? ? ?Arithmetic Optimization Algorithm (MAOA)? ? ? ? ? ?%

%? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?%

%? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?%

%? ? ? ? ? ? ? ? ? Developed in MATLAB R2022a (MacOs)? ? ? ? ? ? ? ?%

%? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?%

%? ? ? ? ? ? ? ? ? ? ?Author and programmer? ? ? ? ? ? ? ? ? ? ? ? ?%

%? ? ? ? ? ? ? ? ---------------------------------? ? ? ? ? ? ? ? ? %

%? ? ? ? ? ? ? ? ? ? ? Nima Khodadadi (蕵鈥渴?? ? ? ? ? ? ? ? ? ? ? ? ?%

%? ? ? ? ? ? ? ? ? ? ? ? ? ? ?e-Mail? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? %

%? ? ? ? ? ? ? ? ---------------------------------? ? ? ? ? ? ? ? ? %

%? ? ? ? ? ? ? ? ? ? ? ? ?nkhod002@fiu.edu? ? ? ? ? ? ? ? ? ? ? ? ? %

%? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?%

%? ? ? ? ? ? ? ? ? ? ? ? ? ? Homepage? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?%

%? ? ? ? ? ? ? ? ---------------------------------? ? ? ? ? ? ? ? ? %

%? ? ? ? ? ? ? ? ? ? https://nimakhodadadi.com? ? ? ? ? ? ? ? ? ? ? %

%? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?%

%? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?%

%? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?%

%? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?%

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% ----------------------------------------------------------------------- %

close all;

clc;

% format long g

% Initial parameters of the MAOA algorithm

for j=8

? ? max_iter=100;

? ? Pop=100;

? ? ArchiveMaxSize=100;

? ? nvar=30;

? ? obj_no=2;

? ? method=3;

? ? Archive_F1=load(sprintf('P%d.txt',j));

? ? mkdir (sprintf('P%d',j))

? ? %-------------------------- MAOA -----------------------------------------

? ? for i=1 % Numbver of independent runs


? ? ? ? [Archive_F]=MAOA(max_iter,ArchiveMaxSize,Pop,nvar,method,j);

? ? ? ? if numel(Archive_F')==2

? ? ? ? ? ? continue

? ? ? ? end

? ? ? ? Archive_F=Archive_F';


? ? ? ? if obj_no==2

? ? ? ? ? ? plot(Archive_F1(:,1),Archive_F1(:,2),'Color','g','LineWidth',4);

? ? ? ? ? ? hold on

? ? ? ? ? ? plot(Archive_F(:,1),Archive_F(:,2),'ro','LineWidth',1,...

? ? ? ? ? ? ? ? 'MarkerEdgeColor','b',...

? ? ? ? ? ? ? ? 'MarkerFaceColor','r',...

? ? ? ? ? ? ? ? 'Marker','o',...

? ? ? ? ? ? ? ? 'MarkerSize',10);

? ? ? ? ? ? legend('True PF','Obtained PF');

? ? ? ? ? ? title(sprintf('MAOA FOR P%d PROBLEM',j));

? ? ? ? ? ? xlabel('obj_1');

? ? ? ? ? ? ylabel('obj_2');

? ? ? ? ? ? hold off

? ? ? ? end

? ? ? ? if obj_no==3

? ? ? ? ? ? plot3(Archive_F1(:,1),Archive_F1(:,2),Archive_F1(:,3),'Color','g','LineWidth',1);

? ? ? ? ? ? hold on

? ? ? ? ? ? plot3(Archive_F(:,1),Archive_F(:,2),Archive_F(:,3),'ro','LineWidth',1,...

? ? ? ? ? ? ? ? 'MarkerEdgeColor','b',...

? ? ? ? ? ? ? ? 'MarkerFaceColor','r',...

? ? ? ? ? ? ? ? 'Marker','o',...

? ? ? ? ? ? ? ? 'MarkerSize',10);

? ? ? ? ? ? legend('True PF','Obtained PF');

? ? ? ? ? ? title(sprintf('MAOA FOR P%d PROBLEM',j));

? ? ? ? ? ? xlabel('obj_1');

? ? ? ? ? ? ylabel('obj_2');

? ? ? ? ? ? zlabel('obj_3');

? ? ? ? ? ? hold off

? ? ? ? end

? ? ? ? savefig(sprintf('P%d/fig_%d.fig',j,i));

? ? end

? ? save(sprintf('P%d/result_P%d.mat',j,j));

end

? 運(yùn)行結(jié)果

編輯

? 參考文獻(xiàn)

[1] Mak T W ,? Penninger J ,? Roder J , et al. . MAOA[J]. The Gene Knockout FactsBook, 1998:705-706.

? 完整代碼

??部分理論引用網(wǎng)絡(luò)文獻(xiàn),若有侵權(quán)聯(lián)系博主刪除

?? 關(guān)注我領(lǐng)取海量matlab電子書和數(shù)學(xué)建模資料


基于存檔的多目標(biāo)算術(shù)優(yōu)化 (MAOA)附matlab代碼的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
嘉峪关市| 绵竹市| 江源县| 临沂市| 芦山县| 县级市| 莫力| 武山县| 库尔勒市| 建德市| 海安县| 大同市| 银川市| 吉木萨尔县| 阿尔山市| 泽州县| 靖边县| 兴仁县| 博白县| 泉州市| 大城县| 台湾省| 高阳县| 屏东县| 涿州市| 巴南区| 虹口区| 泸西县| 仙游县| 庆阳市| 昌吉市| 抚州市| 会宁县| 宣武区| 莱阳市| 浪卡子县| 蓬莱市| 瑞昌市| 高要市| 永登县| 准格尔旗|