期刊文献+
共找到1,728篇文章
< 1 2 87 >
每页显示 20 50 100
Dimension-down iterative algorithm for the mixed transportation network design problem
1
作者 陈群 姚加林 《Journal of Southeast University(English Edition)》 EI CAS 2012年第2期236-239,共4页
An optimal dimension-down iterative algorithm (DDIA) is proposed for solving a mixed (continuous/ discrete) transportation network design problem (MNDP), which is generally expressed as a mathematical programmin... An optimal dimension-down iterative algorithm (DDIA) is proposed for solving a mixed (continuous/ discrete) transportation network design problem (MNDP), which is generally expressed as a mathematical programming with equilibrium constraints (MPEC). The upper level of the MNDP aims to optimize the network performance via both the expansion of existing links and the addition of new candidate links, whereas the lower level is a traditional Wardrop user equilibrium (UE) model. The idea of the proposed DDIA is to reduce the dimensions of the problem. A group of variables (discrete/continuous) are fixed to altemately optimize another group of variables (continuous/discrete). Some continuous network design problems (CNDPs) and discrete network design problems (DNDPs) are solved repeatedly until the optimal solution is obtained. A numerical example is given to demonstrate the efficiency of the proposed algorithm. 展开更多
关键词 mixed network design problem (MNDP) dimension-down iterative algorithm (DDIA) mathematical programming with equilibrium constraint (MPEC)
下载PDF
ADAPTIVE PINNING SYNCHRONIZATION OF COUPLED NEURAL NETWORKS WITH MIXED DELAYS AND VECTOR-FORM STOCHASTIC PERTURBATIONS 被引量:4
2
作者 杨鑫松 曹进德 《Acta Mathematica Scientia》 SCIE CSCD 2012年第3期955-977,共23页
In this article, we consider the global chaotic synchronization of general cou- pled neural networks, in which subsystems have both discrete and distributed delays. Stochastic perturbations between subsystems are also... In this article, we consider the global chaotic synchronization of general cou- pled neural networks, in which subsystems have both discrete and distributed delays. Stochastic perturbations between subsystems are also considered. On the basis of two sim- ple adaptive pinning feedback control schemes, Lyapunov functional method, and stochas- tic analysis approach, several sufficient conditions are developed to guarantee global syn- chronization of the coupled neural networks with two kinds of delay couplings, even if only partial states of the nodes are coupled. The outer-coupling matrices may be symmetric or asymmetric. Unlike existing results that an isolate node is introduced as the pinning target, we pin to help the network realizing synchronization without introducing any iso- late node when the network is not synchronized. As a by product, sufficient conditions under which the network realizes synchronization without control are derived. Numerical simulations confirm the effectiveness of the obtained results. 展开更多
关键词 Coupled neural networks mixed delays SYNCHRONIZATION vector-form noises PINNING ADAPTIVE asymmetric coupling
下载PDF
Dynamic Analysis of Some Impulsive Fractional-Order Neural Network with Mixed Delay 被引量:3
3
作者 刘向虎 刘衍民 李艳芳 《Journal of Donghua University(English Edition)》 EI CAS 2015年第1期86-90,共5页
In this paper,the authors study some impulsive fractionalorder neural network with mixed delay. By the fractional integral and the definition of stability, the existence of solutions of the network is proved,and the s... In this paper,the authors study some impulsive fractionalorder neural network with mixed delay. By the fractional integral and the definition of stability, the existence of solutions of the network is proved,and the sufficient conditions for stability of the system are presented. Some examples are given to illustrate the main results. 展开更多
关键词 fractional-order neural network mixed delay fixed point theorem
下载PDF
Global exponential stability of mixed discrete and distributively delayed cellular neural network 被引量:2
4
作者 姚洪兴 周佳燕 《Chinese Physics B》 SCIE EI CAS CSCD 2011年第1期245-257,共13页
This paper concernes analysis for the global exponential stability of a class of recurrent neural networks with mixed discrete and distributed delays. It first proves the existence and uniqueness of the balance point,... This paper concernes analysis for the global exponential stability of a class of recurrent neural networks with mixed discrete and distributed delays. It first proves the existence and uniqueness of the balance point, then by employing the Lyapunov-Krasovskii functional and Young inequality, it gives the sufficient condition of global exponential stability of cellular neural network with mixed discrete and distributed delays, in addition, the example is provided to illustrate the applicability of the result. 展开更多
关键词 global exponential stability cellular neural network mixed discrete and distributed de-lays Lyapunov-Krasovskii functional and Young inequality
下载PDF
Attention-based novel neural network for mixed frequency data 被引量:2
5
作者 Xiangpeng Li Hong Yu +1 位作者 Yongfang Xie Jie Li 《CAAI Transactions on Intelligence Technology》 EI 2021年第3期301-311,共11页
It is a common fact that data(features,characteristics or variables)are collected at different sampling frequencies in some fields such as economic and industry.The existing methods usually either ignore the differenc... It is a common fact that data(features,characteristics or variables)are collected at different sampling frequencies in some fields such as economic and industry.The existing methods usually either ignore the difference from the different sampling frequencies or hardly take notice of the inherent temporal characteristics in mixed frequency data.The authors propose an innovative dual attention-based neural network for mixed frequency data(MID-DualAtt),in order to utilize the inherent temporal characteristics and select the input characteristics reasonably without losing information.According to the authors’knowledge,this is the first study to use the attention mechanism to process mixed fre-quency data.The MID-DualAtt model uses the frequency alignment method to trans-form the high--frequency variables into observation vectors at low frequency,and more critical input characteristics are selected for the current prediction index by attention mechanism.The temporal characteristics are explored by the encoder-decoder with attention based on long-short-term memory networks(LSTM).The proposed MID-DualAtt has been tested in practical application,and the experimental results show that it has better prediction ability than the compared models. 展开更多
关键词 network DECODER mixed
下载PDF
Reinforcement Learning Based Quantization Strategy Optimal Assignment Algorithm for Mixed Precision
6
作者 Yuejiao Wang Zhong Ma +2 位作者 Chaojie Yang Yu Yang Lu Wei 《Computers, Materials & Continua》 SCIE EI 2024年第4期819-836,共18页
The quantization algorithm compresses the original network by reducing the numerical bit width of the model,which improves the computation speed. Because different layers have different redundancy and sensitivity to d... The quantization algorithm compresses the original network by reducing the numerical bit width of the model,which improves the computation speed. Because different layers have different redundancy and sensitivity to databit width. Reducing the data bit width will result in a loss of accuracy. Therefore, it is difficult to determinethe optimal bit width for different parts of the network with guaranteed accuracy. Mixed precision quantizationcan effectively reduce the amount of computation while keeping the model accuracy basically unchanged. In thispaper, a hardware-aware mixed precision quantization strategy optimal assignment algorithm adapted to low bitwidth is proposed, and reinforcement learning is used to automatically predict the mixed precision that meets theconstraints of hardware resources. In the state-space design, the standard deviation of weights is used to measurethe distribution difference of data, the execution speed feedback of simulated neural network accelerator inferenceis used as the environment to limit the action space of the agent, and the accuracy of the quantization model afterretraining is used as the reward function to guide the agent to carry out deep reinforcement learning training. Theexperimental results show that the proposed method obtains a suitable model layer-by-layer quantization strategyunder the condition that the computational resources are satisfied, and themodel accuracy is effectively improved.The proposed method has strong intelligence and certain universality and has strong application potential in thefield of mixed precision quantization and embedded neural network model deployment. 展开更多
关键词 mixed precision quantization quantization strategy optimal assignment reinforcement learning neural network model deployment
下载PDF
A mixed stochastic user equilibrium model considering influence of advanced traveller information systems in degradable transport network 被引量:4
7
作者 程琳 楼小明 +1 位作者 周静 马捷 《Journal of Central South University》 SCIE EI CAS CSCD 2018年第5期1182-1194,共13页
Advanced traveler information systems (ATIS) can not only improve drivers' accessibility to the more accurate route travel time information, but also can improve drivers' adaptability to the stochastic network cap... Advanced traveler information systems (ATIS) can not only improve drivers' accessibility to the more accurate route travel time information, but also can improve drivers' adaptability to the stochastic network capacity degradations. In this paper, a mixed stochastic user equilibrium model was proposed to describe the interactive route choice behaviors between ATIS equipped and unequipped drivers on a degradable transport network. In the proposed model the information accessibility of equipped drivers was reflected by lower degree of uncertainty in their stochastic equilibrium flow distributions, and their behavioral adaptability was captured by multiple equilibrium behaviors over the stochastic network state set. The mixed equilibrium model was formulated as a fixed point problem defined in the mixed route flows, and its solution was achieved by executing an iterative algorithm. Numerical experiments were provided to verify the properties of the mixed network equilibrium model and the efficiency of the iterative algorithm. 展开更多
关键词 mixed stochastic user equilibrium model degradable transport network advanced traveler information systems (ATIS) drivers' behavioral adaptability multiple equilibrium behaviors fixed point problem
下载PDF
Performance Analysis of Mixed Amplify-and-Forward and Decode-and-Forward Protocol in Underlay Cognitive Networks 被引量:3
8
作者 Tran Trung Duy Hyung Yun Kong 《China Communications》 SCIE CSCD 2016年第3期115-126,共12页
In this paper, we propose and evaluate outage performance of a mixed amplify-and-forward(AF) and decode-and-forward(DF) relaying protocol in underlay cognitive radio. Different from the conventional AF and DF protocol... In this paper, we propose and evaluate outage performance of a mixed amplify-and-forward(AF) and decode-and-forward(DF) relaying protocol in underlay cognitive radio. Different from the conventional AF and DF protocols, in the proposed protocol, a secondary source attempts to transmit its signal to a secondary destination with help of two secondary relays. One secondary relay always operates in AF mode, while the remaining one always operates in DF mode. Moreover, we also propose a relay selection method, which relies on the decoding status at the DF relay. For performance evaluation and comparison, we derive the exact and approximate closedform expressions of the outage probability for the proposed protocol over Rayleigh fading channel. Finally, we run Monte Carlo simulations to verify the derivations. Results presented that the proposed protocol obtains a diversity order of three and the outage performance of our scheme is between that of the conventional underlay DF protocol and that of the conventional underlay AF protocol. 展开更多
关键词 underlay cognitive network cooperative communication outage probability mixed AF and DF protocols Rayleigh fading channel
下载PDF
PON and WiMAX Convergence Network Planning Based on Mixed Integer Programming Model
9
作者 吕淼 陈雪 《China Communications》 SCIE CSCD 2011年第5期111-118,共8页
This article analyzes the characteristics of PON and WiMAX convergence network planning.Based on user coverage ratio,WiMAX channel allocation,cell radius,carrier-to-noise ratio threshold,and bandwidth constraint,we pr... This article analyzes the characteristics of PON and WiMAX convergence network planning.Based on user coverage ratio,WiMAX channel allocation,cell radius,carrier-to-noise ratio threshold,and bandwidth constraint,we propose a mixed integer programming model solved by a Branch-Band and Heuristic Search method.Finally,the simulation result is given and analyzed.The planning method based on a mixed integer programming model can save 20 percentage of the overall planning cost,compared with the greedy algorithm.The relationship between the convergence network planning cost and frequency usage is also analyzed.The optimized planning result with the lowest cost can be acquired through the best frequency usage. 展开更多
关键词 PON WIMAX network planning mixed integer planning COST
下载PDF
Existence and Exponential Stability of the Anti-Periodic Solutions for a Class of Impulsive CohenGrossberg Neural Networks with Mixed Delays
10
作者 QIN Fajin YAO Xiaojie 《软件》 2014年第5期17-24,共8页
In this paper,we study the anti-periodic solutions for a class of impulsive Cohen-Grossberg neural networks with mixed delays.By using analysis techniques,some sufficient conditions are obtained which guarantee the ex... In this paper,we study the anti-periodic solutions for a class of impulsive Cohen-Grossberg neural networks with mixed delays.By using analysis techniques,some sufficient conditions are obtained which guarantee the existence and global exponential stability of the anti-periodic solutions.The criteria extend and improve some earlier results.Moreover,we give an examples to illustrate our main results. 展开更多
关键词 mixed DELAYS IMPULSIVE COHEN-GROSSBERG Neural networks ANTI-PERIODIC Solution Global EXPONENTIAL Stability
下载PDF
Equilibrium analysis of mixed passengers in urban railway network
11
作者 张璐 吴建军 孙会君 《Journal of Central South University》 SCIE EI CAS CSCD 2016年第6期1535-1540,共6页
A model is proposed to describe the passengers’route choice behaviors in urban railway traffic with stochastic link capacity degradation by considering two types of demand,sensitive and insensitive passenger.The inse... A model is proposed to describe the passengers’route choice behaviors in urban railway traffic with stochastic link capacity degradation by considering two types of demand,sensitive and insensitive passenger.The insensitive passengers choose their route without paying much attention to congestion.To the contrary,sensitive passengers who consider route congestion choose travel route based on generalized cost.An equilibrium state is given by variational inequalities in terms of travel generalized cost,which is represented by the combinations of mean and variance of total travel time.The diagonalization algorithm is given to solve this programming.Results show that insensitive passengers have large effects on the path choice than sensitive ones,especially for the larger demand. 展开更多
关键词 mixed passengers urban railway network capacity degradation EQUILIBRIUM
下载PDF
The Sensitivity of Model Results to Specification of Network-Based Level of Service Attributes: An Application of a Mixed Logit Model to Trave Mode Choice
12
作者 Bharat P. Bhatta 《Journal of Transportation Technologies》 2011年第3期34-46,共13页
The need for travel demand models is growing worldwide. Obtaining reasonably accurate level of service (LOS) attributes of different travel modes such as travel time and cost representing the performance of transporta... The need for travel demand models is growing worldwide. Obtaining reasonably accurate level of service (LOS) attributes of different travel modes such as travel time and cost representing the performance of transportation system is not a trivial task, especially in growing cities of developing countries. This study investigates the sensitivity of results of a travel mode choice model to different specifications of network-based LOS attributes using a mixed logit model. The study also looks at the possibilities of correcting some of the inaccuracies in network-based LOS attributes. Further, the study also explores the effects of different specifications of LOS data on implied values of time and aggregation forecasting. The findings indicate that the implied values of time are very sensitive to specification of data and model implying that utmost care must be taken if the purpose of the model is to estimate values of time. Models estimated on all specifications of LOS-data perform well in prediction, likely suggesting that the extra expense on developing a more detailed and accurate network models so as to derive more precise LOS attributes is unnecessary for impact analyses of some policies. 展开更多
关键词 Data SPECIFICATION Level of Service Attributes TRAVEL Mode CHOICE network Models mixed LOGIT ERROR Components LOGIT
下载PDF
A MULTIPLE-RECEPTION ACCESS PROTOCOL WITH INTERRUPTIONS WITH MIXED PRIORITIES IN CDMA NETWORKS
13
作者 Lu Xiaowen Zhu Jinkang (PCN and SS Laboratory, University of Science and Technology of China, Hefei 230027) 《Journal of Electronics(China)》 2003年第4期241-248,共8页
A novel access protocol called Multiple-Reception Access Protocol (WRAP) and its modification MRAP/WI are proposed. In this protocol, all colliding users with a common code can be identified by the base station due to... A novel access protocol called Multiple-Reception Access Protocol (WRAP) and its modification MRAP/WI are proposed. In this protocol, all colliding users with a common code can be identified by the base station due to the offset of arrival time. Thus they can retransmit access requests under the base station's control. Furthermore new arrivals with higher priority level can interrupt the lower retransmission in order to reduce its access delay although it, increases the lower priority's delay. Simulation results of MRAP and MRAP/WI are given in order to highlight the superior performance of the proposed approach. 展开更多
关键词 MAC Multiple-reception access MRAP/WI mixed priorities CDMA networks
下载PDF
Separability of Pure States and Mixed States of the Quantum Network of Two Nodes
14
作者 GUZhi-Yu QIANShang-Wu 《Communications in Theoretical Physics》 SCIE CAS CSCD 2003年第4期421-424,共4页
This article discusses the separability of the pure states and mixed states of the quantum network of two nodes by means of the criterion of no entanglement in terms of the covariance correlation tensor in quantum net... This article discusses the separability of the pure states and mixed states of the quantum network of two nodes by means of the criterion of no entanglement in terms of the covariance correlation tensor in quantum network theory, i.e. for a composite system consisting of two nodes. The covariance correlation tensor is equal to zero for all possible and . 展开更多
关键词 covariance correlation tensor in quantum network theory criterion of no entanglement pure state mixed state
下载PDF
End-to-end Delay Analysis for Mixed-criticality WirelessHART Networks 被引量:2
15
作者 Xi Jin Jintao Wang Peng Zeng 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI 2015年第3期282-289,共8页
WirelessHART, as a robust and reliable wireless protocol, has been widely-used in industrial wireless sensoractuator networks. Its real-time performance has been extensively studied, but limited to the single critical... WirelessHART, as a robust and reliable wireless protocol, has been widely-used in industrial wireless sensoractuator networks. Its real-time performance has been extensively studied, but limited to the single criticality case. Many advanced applications have mixed-criticality communications, where different data flows come with different levels of importance or criticality. Hence, in this paper, we study the real-time mixedcriticality communication using WirelessHART protocol, and propose an end-to-end delay analysis approach based on fixed priority scheduling. To the best of our knowledge, this is the first work that introduces the concept of mixed-criticality into wireless sensor-actuator networks. Evaluation results show the effectiveness and efficacy of our approach. © 2014 Chinese Association of Automation. 展开更多
关键词 Criticality (nuclear fission)
下载PDF
Combined heat and mass transfer by mixed convection MHD flow along a porous plate with chemical reaction in presence of heat source 被引量:1
16
作者 J.ZUECO S.AHMED 《Applied Mathematics and Mechanics(English Edition)》 SCIE EI 2010年第10期1217-1230,共14页
An exact and a numerical solutions to the problem of a steady mixed convective MHD flow of an incompressible viscous electrically conducting fluid past an infinite vertical porous plate with combined heat and mass tra... An exact and a numerical solutions to the problem of a steady mixed convective MHD flow of an incompressible viscous electrically conducting fluid past an infinite vertical porous plate with combined heat and mass transfer are presented.A uniform magnetic field is assumed to be applied transversely to the direction of the flow with the consideration of the induced magnetic field with viscous and magnetic dissipations of energy.The porous plate is subjected to a constant suction velocity as well as a uniform mixed stream velocity.The governing equations are solved by the perturbation technique and a numerical method.The analytical expressions for the velocity field,the temperature field,the induced magnetic field,the skin-friction,and the rate of heat transfer at the plate are obtained.The numerical results are demonstrated graphically for various values of the parameters involved in the problem.The effects of the Hartmann number,the chemical reaction parameter,the magnetic Prandtl number,and the other parameters involved in the velocity field,the temperature field,the concentration field,and the induced magnetic field from the plate to the fluid are discussed.An increase in the heat source/sink or the Eckert number is found to strongly enhance the fluid velocity values.The induced magnetic field along the x-direction increases with the increase in the Hartmann number,the magnetic Prandtl number,the heat source/sink,and the viscous dissipation.It is found that the flow velocity,the fluid temperature,and the induced magnetic field decrease with the increase in the destructive chemical reaction.Applications of the study arise in the thermal plasma reactor modelling,the electromagnetic induction,the magnetohydrodynamic transport phenomena in chromatographic systems,and the magnetic field control of materials processing. 展开更多
关键词 MHD perturbation technique network simulation method Eckert number mixed convection induced magnetic field viscous dissipation heat source/sink
下载PDF
Prediction of tree crown width in natural mixed forests using deep learning algorithm 被引量:1
17
作者 Yangping Qin Biyun Wu +1 位作者 Xiangdong Lei Linyan Feng 《Forest Ecosystems》 SCIE CSCD 2023年第3期287-297,共11页
Crown width(CW)is one of the most important tree metrics,but obtaining CW data is laborious and timeconsuming,particularly in natural forests.The Deep Learning(DL)algorithm has been proposed as an alternative to tradi... Crown width(CW)is one of the most important tree metrics,but obtaining CW data is laborious and timeconsuming,particularly in natural forests.The Deep Learning(DL)algorithm has been proposed as an alternative to traditional regression,but its performance in predicting CW in natural mixed forests is unclear.The aims of this study were to develop DL models for predicting tree CW of natural spruce-fir-broadleaf mixed forests in northeastern China,to analyse the contribution of tree size,tree species,site quality,stand structure,and competition to tree CW prediction,and to compare DL models with nonlinear mixed effects(NLME)models for their reliability.An amount of total 10,086 individual trees in 192 subplots were employed in this study.The results indicated that all deep neural network(DNN)models were free of overfitting and statistically stable within 10-fold cross-validation,and the best DNN model could explain 69%of the CW variation with no significant heteroskedasticity.In addition to diameter at breast height,stand structure,tree species,and competition showed significant effects on CW.The NLME model(R^(2)=0.63)outperformed the DNN model(R^(2)=0.54)in predicting CW when the six input variables were consistent,but the results were the opposite when the DNN model(R^(2)=0.69)included all 22 input variables.These results demonstrated the great potential of DL in tree CW prediction. 展开更多
关键词 mixed forests Deep neural networks Crown width Stand structure COMPETITION
下载PDF
An Influence Maximization Algorithm Based on the Mixed Importance of Nodes 被引量:1
18
作者 Yong Hua Bolun Chen +2 位作者 Yan Yuan Guochang Zhu Jialin Ma 《Computers, Materials & Continua》 SCIE EI 2019年第5期517-531,共15页
The influence maximization is the problem of finding k seed nodes that maximize the scope of influence in a social network.Therefore,the comprehensive influence of node needs to be considered,when we choose the most i... The influence maximization is the problem of finding k seed nodes that maximize the scope of influence in a social network.Therefore,the comprehensive influence of node needs to be considered,when we choose the most influential node set consisted of k seed nodes.On account of the traditional methods used to measure the influence of nodes,such as degree centrality,betweenness centrality and closeness centrality,consider only a single aspect of the influence of node,so the influence measured by traditional methods mentioned above of node is not accurate.In this paper,we obtain the following result through experimental analysis:the influence of a node is relevant not only to its degree and coreness,but also to the degree and coreness of the n-order neighbor nodes.Hence,we propose a algorithm based on the mixed importance of nodes to measure the comprehensive influence of node,and the algorithm we proposed is simple and efficient.In addition,the performance of the algorithm we proposed is better than that of traditional influence maximization algorithms. 展开更多
关键词 Influence Maximization social network mixed importance coreness
下载PDF
Privacy Protection with Dynamic Pseudonym-Based Multiple Mix-Zones Over Road Networks 被引量:1
19
作者 Qasim Ali Arain Zhongliang Deng +4 位作者 Imran memon Asma Zubedi Jichao Jiao Aisha Ashraf Muhammad Saad Khan 《China Communications》 SCIE CSCD 2017年第4期89-100,共12页
In this research we proposed a strategy for location privacy protection which addresses the issues related with existing location privacy protection techniques. Mix-Zones and pseudonyms are considered as the basic bui... In this research we proposed a strategy for location privacy protection which addresses the issues related with existing location privacy protection techniques. Mix-Zones and pseudonyms are considered as the basic building blocks for location privacy; however, continuously changing pseudonyms process at multiple locations can enhance user privacy. It has been revealed that changing pseudonym at improper time and location may threat to user's privacy. Moreover, certain methods related to pseudonym change have been proposed to attain desirable location privacy and most of these solutions are based upon velocity, GPS position and direction of angle. We analyzed existing methods related to location privacy with mix zones, such as RPCLP, EPCS and MODP, where it has been observed that these methods are not adequate to attain desired level of location privacy and suffered from large number of pseudonym changes. By analyzing limitations of existing methods, we proposed Dynamic Pseudonym based multiple mix zone(DPMM) technique, which ensures highest level of accuracy and privacy. We simulate our data by using SUMO application and analysis results has revealed that DPMM outperformed existing pseudonym change techniques and achieved better results in terms of acquiring high privacy with small number of pseudonym change. 展开更多
关键词 road network multiple mix-zones location privacy
下载PDF
Impact Analysis of EV Charging with Mixed Control Strategy 被引量:1
20
作者 Di Wu Haibo Zeng Benoit Boulet 《Journal of Energy and Power Engineering》 2015年第8期731-740,共10页
EVs (electric vehicles) have been widely accepted as a promising solution for reducing oil consumption, air pollution and greenhouse gas emission. The number of EVs is growing very fast over the years. However, the ... EVs (electric vehicles) have been widely accepted as a promising solution for reducing oil consumption, air pollution and greenhouse gas emission. The number of EVs is growing very fast over the years. However, the high adoption of EVs will impose a burden on the power system, especially for neighborhood level network. In this paper, we propose a mixed control framework for EV charging scheduling to mitigate its impact on the power network. A metric for modeling customer's satisfaction is also proposed to compare the user satisfaction for different algorithms. The impacts of the proposed algorithms on EV charging cost, EV penetration and peak power reduction are evaluated with real data for a neighborhood level network. The simulation results demonstrate the effectiveness of the proposed algorithms. 展开更多
关键词 Neighborhood level network electric vehicle penetration level mixed control charging management user satisfaction.
下载PDF
上一页 1 2 87 下一页 到第
使用帮助 返回顶部