A Distributed Event-Triggered Approach for Decentralized Multi-Period Portfolio Optimization via the Alternating Direction Method of Multipliers

Abstract

With the advent of the era of big data and the increasing demand for privacy protection, decentralized portfolio optimization has garnered significant attention in practical implementations. This paper addresses the problem of decentralized portfolio optimization within the mean-variance portfolio framework. A decentralized multi-period portfolio optimization model is established using the alternating direction method of multipliers (ADMM). The methodology incorporates a distributed event-triggered approach to imitate the professional investment manager for each sub-portfolio, where each investment manager independently triggers the rebalancing moment of the respective sub-portfolio. Empirical analysis is conducted on four well-known stock trading markets to demonstrate the performance of the decentralized multi-period portfolio optimization model.

Share and Cite:

Wang, H. J., & Ai, W. (2024). A Distributed Event-Triggered Approach for Decentralized Multi-Period Portfolio Optimization via the Alternating Direction Method of Multipliers. American Journal of Industrial and Business Management, 14, 590-602. doi: 10.4236/ajibm.2024.144030.

1. Introduction

In asset management, low risk and high returns are the most ideal investment types for every investor, but it is like a coin with two sides that cannot be achieved simultaneously. In investment activities, every investor’s risk management efforts aim to seek a balance between risk and return. Allocating total wealth to various risk assets can effectively reduce unsystematic risk during the investment process. The key to portfolio optimization is to determine the optimal allocation proportions for each risky product. In the 1950s, Markowitz (1952) pioneered the famous portfolio theory, which introduced the mean and variance of risk product returns to measure return and risk, laying the foundation for the development of modern portfolio theory.

In financial institutions (e.g., banks, mutual funds, and pension fund investment management departments), there are two decision-making processes: centralized investment and decentralized investment (Sharpe, 1981) . To put it simply, centralized investment is a portfolio made by one professional financial institution, while decentralized investment is a portfolio made by multiple professional financial institutions. Each institution rationally and independently makes decisions within its own area. In the past time, there has been a large body of work on centralized portfolio selection (Shi, Li, Leung, & So, 2022; Zhao & Liu, 2021; Dhaini & Mansour, 2021) . However, centralized portfolio process requires a high degree of information sharing, which can easily lead to privacy leakage. In addition, centralized portfolio strategy ignores that certain investment products and wealth cannot be transferred (Lee, Kwon, & Lee, 2016) , and centralized computing can easily lead to single points of failure with the growth of large global funds. Therefore, the application of centralized investment management is limited. There is an increasing focus on decentralized investment management (Cremers, Ferreira, Matos, & Starks, 2016) , that is, the total assets are divided into multiple investment categories, and the portfolio of each category is constructed by a professional investment manager in the category. Decentralized investment management can not only diversify risks, but also provide more professional asset allocation strategies because each category has professional investment managers.

Decentralized optimization refers to decomposing the optimization problem into multiple subproblems and solving the overall optimization problem through collaboration and communication among multiple agents. In decentralized optimization, each agent can only access local data and does not exchange raw data with neighboring agents, thus providing privacy protection. The alternating direction method of multipliers (ADMM) (Lin, Li, & Fang, 2022) is a method for solving large-scale constrained optimization problems, which has become the preferred method for problems involving big data. And many variants of ADMM have appeared with the development (Zeng, Yao, & Xia, 2024) . In ADMM framework, the optimization problem is decomposed into several subproblems, which are solved in a distributed manner. Its good scalability has been applied to many practical problems (Shi et al., 2022; Boyd et al., 2011) . This paper will use the l 1 -norm with sparse properties as an auxiliary variable for implementing the ADMM algorithm to solve the decentralized portfolio optimization problem.

Portfolio models can be divided into single-period static models and multi-period dynamic models from another perspective. The single-period portfolio model solves the one-time asset allocation problem, using a fixed asset allocation weight throughout the entire investment period. For individual or institutional investors, they usually do not stick with a same portfolio strategy to the end of the investment period. Instead, they are more likely to dynamically adjust the portfolio based on changes in the financial market. Multi-period portfolio originates from these pioneering work (Mossin, 1968; Merton, 1969; Samuelson, 1975) , and has received significant research attention in recent years (Gupta, Mehlawat, & Khan, 2021; Wei, Yang, Jiang, & Liu, 2021; Nesaz, Jasemi, & Monplaisir, 2020) . For long-term stock investments, accurately establishing a portfolio model suitable for the entire investment period is highly challenging. The trading market is a complex system with market conditions constantly changing. Therefore, multi-period portfolio models that consider rebalancing asset allocation are a research topic with great practical value.

Event-triggered control is a way of control based on demand. Compared with the traditional communication strategy with a constant time period, event-triggered control has different triggering intervals. The event-triggered control uses a triggering function to replace the time constant in traditional periodic strategies. Event-triggered control has been studied in various fields such as communication, control, and optimization (Cao & Başar, 2020; Dai, Fang, & Chen, 2020; Ge, Han, & Wang, 2017) . In multi-period portfolio selection, event-triggered strategies only rebalance the portfolio when certain events occur, and it is like a professional investment manager. Predefined event-triggered rules may consider any potentially valuable information from the market (Ding, Han, Ge, & Zhang, 2017) . Centralized event-triggered control involves all agents jointly satisfying a global triggering function, while distributed event-triggered control is different. Each agent has its own local triggering function, and the agent can proceed to the next operation when the local information satisfies the function.

Based on the above discussion, the contribution of this work is to provide a new method for solving the decentralized portfolio optimization problem, that is, using alternating direction method of multipliers (ADMM) to solve the problem. In addition, in order to realize the dynamic adjustment of each sub-portfolio along with market information, we proposed two distributed event-triggered functions. Through distributed event-triggered functions, each sub-portfolio can be adjusted independently and dynamically. Distributed event-triggered functions are introduced into the decentralized portfolio optimization problem, so a new decentralized multi-period portfolio optimization model is established. This model not only fulfills the decentralized requirements of distributed investment management but also achieves dynamic adjustment of allocation weights based on market information.

2. Preliminaries

2.1. Portfolio Optimization

Assume that a portfolio model is constructed for n risky assets. Let w [ 0,1 ] n be the proportions of a total wealth allocated to n risky assets, μ n be the expected rate of return, and Σ be the covariance matrix of n risky assets. The mean and covariance matrix of historical sample return rates are usually used as estimates of μ and Σ . Markowitz’s mean-variance portfolio model introduces estimates of the expected return vector and covariance matrix for given assets into the mean-variance model. The purpose is to find the minimum risk portfolio weight under the target return or the maximum return portfolio weight under the target risk. The formula is expressed as:

min w w Τ Σ w s .t . μ Τ w μ min , 1 Τ w = 1, w 0 (1)

or

max w μ Τ w s .t . w Τ Σ w σ max , 1 Τ w = 1, w 0, (2)

where μ min is the minimum expected return of the portfolio, σ max is is the maximum risk of the portfolio, and 1 is the column vector of all ones. 1 Τ w = 1 represents the budget constraint, and the nonnegativity constraint implies that no short selling is allowed.

In addition to the above basic model, the mean-variance portfolio model can also be expressed as a quadratic programming problem:

min w γ w Τ Σ w μ Τ w s .t . 1 Τ w = 1, w 0, (3)

where γ ( 0,1 ) is a predefined risk parameter. The smaller γ indicates that investors are more risk-taking. In Section 3.1, we will solve a decentralized portfolio optimization problem based on ADMM.

2.2. Alternating Direction Method of Multipliers (ADMM)

ADMM is an iterative algorithm for solving convex optimization problems. It combines the decomposability of the dual ascent method and the superior convergence property of the multiplier method. ADMM is usually used to solve optimization problems with constrained separable objective functions, as follows:

min f ( x ) + g ( y ) s .t . A x + B y = c , (4)

where x m and y n are target variables. c d is the constant vector, and A d × m and B d × n . Use the augmented Lagrangian function to bring the constraints of the original optimization problem into the objective function, that is,

L ρ ( x , y , λ ) = f ( x ) + g ( y ) + λ Τ ( A x + B y c ) + ρ 2 A x + B y c 2 , (5)

where λ is the Lagrangian dual variable, and ρ > 0 is a penalty parameter. ADMM iteratively optimizes the problem through the following process:

x t + 1 : = arg min x L ρ ( x , y t , λ t ) , (6)

y t + 1 : = arg min y L ρ ( x t + 1 , y , λ t ) , (7)

λ t + 1 : = λ t + ( A x t + 1 + B y t + 1 c ) . (8)

In addition to the above form, ADMM can usually be written in a more convenient form, that is, using the scaled augmented Lagrangian function:

L ρ ( x , y , μ ) = f ( x ) + g ( y ) + ρ 2 A x + B y c + μ 2 ρ 2 μ 2 , (9)

where μ = 1 ρ λ is the scaled dual variable. After using the scaled form, the update process of ADMM is as follows:

x t + 1 : = arg min x L ρ ( x , y t , μ t ) , (10)

y t + 1 : = arg min y L ρ ( x t + 1 , y , μ t ) , (11)

μ t + 1 : = μ t + ( A x t + 1 + B y t + 1 c ) . (12)

3. Problem Formulation

3.1. Decentralized Portfolio Optimization

In decentralized management, a portfolio is divided among multiple professional investment institutions for joint construction. In other words, the portfolio is divided into K sub-portfolios. Let { μ 1 , , μ K } represent the expected rates of return, { w 1 , , w K } represent the weights of wealth invested to the risky assets, and { Σ 1 , , Σ K } represent the covariance matrices under K sub-portfolios. Based on problem (3), a decentralized portfolio optimization problem is written as:

min w k k = 1 K ( γ k w k Τ Σ k w k μ k Τ w k ) s .t . k = 1 K 1 k Τ w k = k = 1 K c k , (13)

where k = 1 K c k = 1 , γ k is the risk parameter for the kth sub-portfolio, which is constructed by each investment manager based on their own investment strategies and goals. 1 k n k is the column vector where n k is the number of risky assets in k sub-portfolio. γ k w k Τ Σ k w k μ k Τ w k is called local objective function.

In order to solve the problem (13) in decentralized manner, we first introduce the l 1 -norm of the weight vector w k into the problem, which can make the result sparse. Problem (13) is rewritten as:

min w k k = 1 K ( γ k w k Τ Σ k w k μ k Τ w k ) + λ k = 1 K w k 1 s .t . 1 k Τ w k = c k , k = 1, , K . (14)

Problem (14) is reformulated into the following equivalent form through variable separation:

min w k k = 1 K ( γ k w k Τ Σ k w k μ k Τ w k ) + λ k = 1 K z k 1 s .t . 1 k Τ w k = c k , w k = z k , k = 1, , K , (15)

where λ > 0 is a regularization parameter, and c k is the weight of the total wealth given to sub-portfolio k.

The scaled augmented Lagrangian function L ρ of problem (15) is as follows:

L ρ ( { w k } 1 K , { z k } 1 K , { u k } 1 K , { u ^ k } 1 K ) = k = 1 K ( γ k w k Τ Σ k w k μ k Τ w k ) + λ k = 1 K z k 1 + ρ 2 k = 1 K 1 k Τ w k c k + u k 2 2 ρ 2 k = 1 K u k 2 2 + ρ 2 k = 1 K w k z k + u ^ k 2 2 ρ 2 k = 1 K u ^ k 2 2 , (16)

where u and u ^ are dual variables of constraints in (15), and ρ > 0 is the penalty parameter. Using the ADMM algorithm to solve this optimization problem, the alternating iterative optimization process is as follows:

w k t + 1 = ( ρ 1 k 1 k Τ + ρ I k + 2 γ k Σ k ) 1 ( ρ ( c k 1 k u k t 1 k + z k t u ^ k t ) + μ k ) , (17a)

z k t + 1 = S λ ρ ( w k t + 1 + u ^ k t ) , (17b)

u k t + 1 = u k t + 1 k Τ w k t + 1 c k , (17c)

u ^ k t + 1 = u ^ k t + w k t + 1 z k t + 1 , (17d)

where I k n k × n k is the identity matrix of dimension n k , and S is the soft threshold operator (Bredies & Lorenz, 2008) :

S κ ( a ) = { a κ , a > κ 0, | a | κ a + κ , a < κ (18)

After achieving decentralized solving for the decentralized portfolio optimization problem, we will introduce appropriate distributed event-triggered functions to realize decentralized multi-period portfolio optimization in Section 3.2.

3.2. Distributed Event-Trigged Function

Stock prices are time-varying and markets are also dynamically changing. Obtaining valuable information from the market can enhance the performance of portfolio, and event-triggered functions can fuse these valuable information. In addition, a significant advantage of the event-triggered strategy is that its computational cost is very low. Inspired by (Skomorokhov, Wang, Ovchinnikov, Burnaev, & Oseledets, 2023) , there are two types of distributed event-triggered functions available for portfolio problems. We propose two distributed event-triggered functions to implement decentralized multi-period portfolio optimization. The first is defined as:

i = 1 n k r k , i ( t ) w k , i ( t ) λ 1 , k = 1, , K , (19)

where r k , i ( t ) is the sample return rate of stock i belonging to market k at moment t, which is defined as

r k , i ( t ) = p k , i ( t ) p k , i ( t 1 ) p k , i ( t 1 ) , (20)

where p k , i ( t ) is the price of stock i belonging to market k at moment t. λ 1 is a predetermined threshold, usually μ or r f , which means that the portfolio return at the moment is compared with the current average rate of return or the risk-free rate of return. Equation (19) is interpreted as if the current portfolio performance is below a certain threshold, then the portfolio should be restructured.

The second type of distributed event-triggered function is defined as:

| i = 1 n k r k , i ( t ) w k , i ( t ) i = 1 n k r k , i prev ( t ) w k , i ( t ) | λ 2 , k = 1, , K , (21)

where λ 2 is any positive number. r k , i prev ( t ) is sample return rate of stock i belonging to market k from the initial investment moment to the current moment, and the formula can be written as:

r k , i prev ( t ) = p k , i ( t ) p k , i ( 0 ) p k , i ( 0 ) . (22)

Equation (21) takes into account the return at the triggering moment and the return of the entire portfolio. A major difference between the two distributed event-triggered functions is that the threshold λ 1 changes because the average return rate μ is different in each period. The risk-free return rate r f , although usually assumed to be constant, can also be influenced by market factors, economic conditions, and other variables. The threshold λ 2 is fixed throughout the entire investment period.

A pseudocode for the decentralized event-triggered multi-period portfolio optimization is given in Algorithm 1.

4. Experiments

4.1. Experimental Setup

In our experiments, we choose datasets commonly used in decentralized portfolio optimization problems (Wang & Gan, 2023; Leung, Wang, & Che, 2022; Leung, Wang, & Li, 2021) . At the same time, in order to reflect regional characteristics, we selected stock trading markets from different countries, and finally selected four stock trading markets: 1) HKSE; 2) NASDAQ; 3) LSE; 4) TSE. Selecting weekly adjusted price data of 100 stocks from each market, ranging from January 1, 2000, to January 1, 20181. These data generate 4 datasets of different sizes, i.e. 10, 30, 60 and 100 stocks per market. Datasets are divided into in-sample

Algorithm 1. Decentralized event-triggered multi-period portfolio optimization via ADMM.

data and out-of-sample data. The in-sample data consists of 521 observations from 2000 to 2010, and the out-of-sample data consists of 417 observations from 2011 to 2018. In-sample data is used to select hyper-parameters and fit the model, while out-of-sample data are used to test model performance.

In our experiment, it is assumed that the risk preferences of professional investment managers in each market are the same, that is, γ k = 0.5 , k = 1 , , 4 . Referring to the experimental setting of (Leung et al., 2021) , we assume that the proportion of total assets allocated to each market are the same, that is, c k = 0.25 , k = 1 , , 4 . We will determine the hyper-parameters through grid search during in-sample experiments.

This work will choose the well-known Sharpe ratio (SR) to measure the performance of a portfolio model. The Sharpe ratio comprehensively considers the risk and return of a portfolio, and it is simple to compute and widely used. The Sharpe ratio is defined as (Sharpe, 1998) :

SR = μ Τ w r f w Τ Σ w , (23)

where r f is the risk-free return rate, which is commonly chosen as 0.03. If the Sharpe ratio is positive, it means that the average return rate of the portfolio exceeds the risk-free rate. If it is a negative value, it means that the average return rate of the portfolio is lower than the risk-free interest rate, and there is a risk of loss. The higher the SR value, the better the portfolio.

4.2. Experimental Results

In this work, we compare three portfolio models: a distributed event-triggered decentralized multi-period portfolio optimization based on ADMM (DMPP), a decentralized single-period portfolio optimization based on ADMM (DP), and an equal-weighted portfolio model (EP). The equal-weight portfolio model is a highly competitive benchmark model and is widely used (Hsu, Han, Wu, & Cao, 2018) . Figure 1 shows the cumulative log returns for the three portfolio models. A vertical red dashed line divides the dataset into two parts. Data from 2000 to 2010 is used to train the model, and the training results are utilized as the initial asset allocation weights for a decentralized multi-period portfolio model. Data from 2011 to 2018 serves as the test set, and the decentralized multi-period portfolio model will dynamically allocate assets during this period. The results in the figure show that the cumulative log returns of two decentralized portfolio models, DMPP and DP, are significantly higher than the equally weighted portfolio model EP. In addition, the cumulative log returns of the dynamic decentralized multi-period portfolio model DMPP are higher than the static decentralized portfolio model DP, and the advantage becomes more pronounced as the data scale increases.

Table 1 provides the annualized returns and annualized risks of these three models. The results in the table show that in each experiment, DMPP has the highest annualized returns, and the lowest annualized risk is the equally weighted portfolio model EP. In the experiment with 30 stocks in each market, DMPP achieved the highest returns and lowest risk. Further comparing between DMPP and DP, in the experiment with 10 stocks in each market, DMPP achieved the highest annualized return at 0.144603, and DP exhibited the lowest annualized risk at 0.208614. However, as the data scale increases, DMPP has higher annualized returns and lower annualized risk than DP.

Figure 1. The cumulative log returns for the three portfolio models in different dataset sizes.

Table 1. Annualized risks and returns of three portfolio models in different dataset sizes.

Table 2. SR value of three portfolio models in four datasets with 10, 30, 60 and 100 stocks per market.

Table 2 provides the Sharpe Ratio (SR) values of the three portfolio models, including the SR values of each sub-portfolio model in the decentralized portfolio model. In both in-sample and out-of-sample experiments, the SR values of DMPP are higher than DP, and the SR value of the sub-portfolios of the dynamic DMPP model are almost all greater than those of the static DP model. By introducing the distributed event-triggered strategies to decentralized portfolio model, each specialized investment institution has greater flexibility to independently adjust its sub-portfolio model based on the current market environment. In the in-sample experiments, DMPP has the highest SR value, and in the out-of-sample experiments, EP has the highest SR value. However, the SR value of DMPP can also be very close to EP.

5. Conclusion

This paper implements the solution of a decentralized portfolio optimization problem based on the alternating direction method of multipliers, and obtains four alternating optimization processes. The algorithm has no central coordinator, and each sub-portfolio model is constructed by local nodes. This approach protects data privacy and prevents single-point failures caused by large-scale data. Furthermore, considering that the market is a dynamic process, we introduce distributed event-triggered strategies into decentralized portfolio optimization problems, proposing a distributed event-triggered decentralized multi-period investment portfolio optimization problem. Experimental results show that the decentralized multi-period portfolio model based on ADMM and distributed event-triggered strategies performs better. Decentralized multi-period portfolio optimization can provide more professional investment decisions, leading to a wide range of practical applications.

Acknowledgements

This work was supported in part by the National Natural Science Foundation of China (No. 62166013), the Natural Science Foundation of Guangxi (No. 2022GXNSFAA035499) and the Foundation of Guilin University of Technology (No. GLUTQD2007029).

NOTES

1https://finance.yahoo.com

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

References

[1] Boyd, S., Parikh, N., Chu, E., Peleato, B., Eckstein, J. et al. (2011). Distributed Optimization and Statistical Learning via the Alternating Direction Method of Multipliers. Foundations and Trends® in Machine Learning, 3, 1-122.
https://doi.org/10.1561/2200000016
[2] Bredies, K., & Lorenz, D. A. (2008). Linear Convergence of Iterative Soft Thresholding. Journal of Fourier Analysis and Applications, 14, 813-837.
https://doi.org/10.1007/s00041-008-9041-1
[3] Cao, X., & Basar, T. (2020). Decentralized Online Convex Optimization with Event-Triggered Communications. IEEE Transactions on Signal Processing, 69, 284-299.
https://doi.org/10.1109/TSP.2020.3044843
[4] Cremers, M., Ferreira, M. A., Matos, P., & Starks, L. (2016). Indexing and Active Fund Management: International Evidence. Journal of Financial Economics, 120, 539-560.
https://doi.org/10.1016/j.jfineco.2016.02.008
[5] Dai, H., Fang, X., & Chen, W. (2020). Distributed Event-Triggered Algorithms for a Class of Convex Optimization Problems over Directed Networks. Automatica, 122, Article ID: 109256.
https://doi.org/10.1016/j.automatica.2020.109256
[6] Dhaini, M., & Mansour, N. (2021). Squirrel Search Algorithm for Portfolio Optimization. Expert Systems with Applications, 178, Article ID: 114968.
https://doi.org/10.1016/j.eswa.2021.114968
[7] Ding, L., Han, Q.-L., Ge, X., & Zhang, X.-M. (2017). An Overview of Recent Advances in Event-Triggered Consensus of Multiagent Systems. IEEE Transactions on Cybernetics, 48, 1110-1123.
https://doi.org/10.1109/TCYB.2017.2771560
[8] Ge, X., Han, Q.-L., & Wang, Z. (2017). A Dynamic Event-Triggered Transmission Scheme for Distributed Set-Membership Estimation over Wireless Sensor Networks. IEEE Transactions on Cybernetics, 49, 171-183.
https://doi.org/10.1109/TCYB.2017.2769722
[9] Gupta, P., Mehlawat, M. K., & Khan, A. Z. (2021). Multi-Period Portfolio Optimization Using Coherent Fuzzy Numbers in a Credibilistic Environment. Expert Systems with Applications, 167, Article ID: 114135.
https://doi.org/10.1016/j.eswa.2020.114135
[10] Hsu, P.-H., Han, Q., Wu, W., & Cao, Z. (2018). Asset Allocation Strategies, Data Snooping, and the 1/n Rule. Journal of Banking & Finance, 97, 257-269.
https://doi.org/10.1016/j.jbankfin.2018.09.021
[11] Lee, M., Kwon, R. H., & Lee, C.-G. (2016). Bounds for Portfolio Weights in Decentralized Asset Allocation. INFOR: Information Systems and Operational Research, 54, 344-354.
https://doi.org/10.1080/03155986.2016.1231493
[12] Leung, M.-F., Wang, J., & Che, H. (2022). Cardinality-Constrained Portfolio Selection via Two-Timescale Duplex Neurodynamic Optimization. Neural Networks, 153, 399-410.
https://doi.org/10.1016/j.neunet.2022.06.023
[13] Leung, M.-F., Wang, J., & Li, D. (2021). Decentralized Robust Portfolio Optimization Based on Cooperative-Competitive Multiagent Systems. IEEE Transactions on Cybernetics, 52, 12785-12794.
https://doi.org/10.1109/TCYB.2021.3088884
[14] Lin, Z., Li, H., & Fang, C. (2022). Alternating Direction Method of Multipliers for Machine Learning. Springer.
https://doi.org/10.1007/978-981-16-9840-8
[15] Markowitz, H. (1952). Portfolio Selection. Journal of Finance, 7, 77-91.
https://doi.org/10.1111/j.1540-6261.1952.tb01525.x
[16] Merton, R. C. (1969). Lifetime Portfolio Selection under Uncertainty: The Continuous-Time Case. The Review of Economics and Statistics, 51, 247-257.
https://doi.org/10.2307/1926560
[17] Mossin, J. (1968). Optimal Multiperiod Portfolio Policies. The Journal of Business, 41, 215-229.
https://doi.org/10.1086/295078
[18] Nesaz, H. H., Jasemi, M., & Monplaisir, L. (2020). A New Methodology for Multi-Period Portfolio Selection Based on the Risk Measure of Lower Partial Moments. Expert Systems with Applications, 144, Article ID: 113032.
https://doi.org/10.1016/j.eswa.2019.113032
[19] Samuelson, P. A. (1975). Lifetime Portfolio Selection by Dynamic Stochastic Programming. In W. T. Ziemba, & R. G. Vickson (Eds.), Stochastic Optimization Models in Finance (pp. 517-524). Elsevier.
https://doi.org/10.1016/B978-0-12-780850-5.50044-7
[20] Sharpe, W. F. (1981). Decentralized Investment Management. The Journal of Finance, 36, 217-234.
https://doi.org/10.1111/j.1540-6261.1981.tb00436.x
[21] Sharpe, W. F. (1998). The Sharpe Ratio. StreetwiseThe Best of the Journal of Portfolio Management, 3, 169-185.
https://doi.org/10.1515/9781400829408-022
[22] Shi, Z.-L., Li, X. P., Leung, C.-S., & So, H. C. (2022). Cardinality Constrained Portfolio Optimization via Alternating Direction Method of Multipliers. IEEE Transactions on Neural Networks and Learning Systems, 35, 2901-2909.
[23] Skomorokhov, F., Wang, J., Ovchinnikov, G., Burnaev, E., & Oseledets, I. (2023). An Event-Triggered Iteratively Reweighted Convex Optimization Approach to Multi-Period Portfolio Selection. Expert Systems with Applications, 216, Article ID: 119427.
https://doi.org/10.1016/j.eswa.2022.119427
[24] Wang, J., & Gan, X. (2023). Neurodynamics-Driven Portfolio Optimization with Targeted Performance Criteria. Neural Networks, 157, 404-421.
https://doi.org/10.1016/j.neunet.2022.10.018
[25] Wei, J., Yang, Y., Jiang, M., & Liu, J. (2021). Dynamic Multi-Period Sparse Portfolio Selection Model with Asymmetric Investors’ Sentiments. Expert Systems with Applications, 177, Article ID: 114945.
https://doi.org/10.1016/j.eswa.2021.114945
[26] Zeng, X., Yao, J., & Xia, H. (2024). Convergence of Bregman Alternating Direction Method of Multipliers for Nonseparable Nonconvex Objective with Linear Constraints. Journal of Applied Mathematics and Physics, 12, 639-660.
https://doi.org/10.4236/jamp.2024.122042
[27] Zhao, M., & Liu, J. (2021). Robust Clustering with Sparse Corruption via 2, 1, 1 Norm Constraint and Laplacian Regularization. Expert Systems with Applications, 186, Article ID: 115704.
https://doi.org/10.1016/j.eswa.2021.115704

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.