已阅读5页,还剩22页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
For office use only T1 _ T2 _ T3 _ T4 _ Team Control Number 47823 Problem Chosen C For office use only F1 _ F2 _ F3 _ F4 _ 2016 MCM/ICM Summary Sheet (Your teams summary should be included as the first page of your electronic submission.) Type a summary of your results on this page. Do not include the name of your school, advisor, or team members on this page. We develop a model to determine an optimal investment strategy to improve the performance of undergraduate students in the US. Our model has three parts: In the first part, we collect data about the focus of other foundations investment by subjects and locations. We consider the charitable identity of the Goodgrant as well. Then we set out to decide our focus, which is to invest more on those schools with more minority races, lower educational performance, higher debt ratio and so on. In this part, we also classify the data into two groups, one for school selecting, and another for ROI determining. In the second part, as a data extraction, we build a efficient and intuitive model to rank the candidate schools in accordance with the correlation of our focus, using the PCA method. After that, the top 50 schools are selected as our target schools. In the third part, we make a key assumption that the social utility of a school has logarithmic relationship with the earnings of graduated students and the graduation rate. More over, we create a parameter k to denote the marginal rate of substitution (MRS) between the two factors above. After that, we come to define the ROI function of each target school as the incremental utility. We further discuss how to devise the best strategy with several methods. At last, we choose the improved PSO algorithm based on augmented Lagrange function. This algorithm is a typical method to solve the multivariable optimization problem with constraint conditions. Then we offer a recommending list by the cumulative ROI in five years. Whats more, our model is broad enough to accommodate any non-linear constraint optimization problem. Finally, we change the numerical value of parameter k to examine the sensitivity of our investment strategy. The result shows that our model is robust. The Optimal Investment Strategy Based on the Large-scale Non-linear Constraint Optimization Methods Contents 1 Problem Statement . 3 2 Planned Approach . 3 3 Assumptions . 4 4 Data Analysis and Focus Decision . 5 4.1 Data Analysis . 5 4.2 Focus Decision . 6 5 School Selecting . 8 5.1 Manual Selection . 8 5.2 PCA Selection . 8 5.2.1 Standardization . 8 5.2.2 Calculation . 9 5.2.3 Principle Components . 9 5.2.4 PCA Results . 9 6 Strategy Making . 10 6.1 The ROI Function . 11 6.2 Optimizing the Total ROI . 12 6.2.1 Karush-Kuhn-Tucker Conditions . 14 6.2.2 PSO Algorithm . 16 6.2.3 Improved PSO algorithm based on augmented Lagrange function (LA_PSO_GT) . 16 7 Result . 16 7.1 Optimal Investment Strategy and Recommending List . 17 8 Testing our Model . 18 8.1 Sensitivity Analysis . 18 8.2 Strengths . 19 8.3 Weaknesses . 19 9 Conclusion . 20 10 Letter to the CFO of the Goodgrant Foundation . 20 11 References . 22 12 Appendix 1: Recommending List . 23 13 Appendix 2 An Introduction to the Improved PSO Algorithm Based on Augmented Lagrange Function . 25 Team #47823 Page 3 of 27 1 Problem Statement Private foundations are created by an individual, family, or business to fulfill specific charitable missions. Those like Gates foundation and Lumina foundation make great efforts to improve the quality of health and education in relatively poor areas. We must set big goals and spare no effort on the way because the world wont get better by itself. The Goodgrant, one of the foundations, intends to help improving educational performance of undergraduates attending colleges and universities in the United States. Given its potential donation of 100 million dollars per year in five years, what is the best investment strategy? We are tasked with creating models that can be applied in the universities across the nation. The solution proposed within this paper will offer an insight to use the big data and will objectively devise the investment strategy including the target schools, investment amount and duration. 2 Planned Approach Our objective is to set out the best strategy including three components:(1) target schools;(2) the investment amount per school; (3) the investment duration. And also we will offer an optimized and prioritized recommendation list of candidate schools based on each schools return on investment (ROI). Faced with the big data problem, we cant use the data directly because of the limitation of our personal computers and the length of the contest. If the data are directly applied, the computing system will run several days or weeks. As a result, the data selection is extremely important, which will also reflect the focus of the foundation. To determine the most effective computing system, we divide the problem into three parts together with the procedures as follows: Part one: Data Analysis and Focus Decision 1. We will give an analysis of the big data of the problem, which includes information of near 3000 schools. 2. Based on the data given and the statistics of the focus of foundations collected from the Internet, we will decide the focus of the Goodgrant, avoiding duplicating the investment and focus of other large grant organizations. Part two: School Selecting Team #47823 Page 4 of 27 1. Manual selection. We have taken some schools out of consideration for certain reasons (the reason will be explained below). For example, we exclude the schools located at NY, CA, WA and MA due to the large amount of existing grant foundations. 2. PCA (principle component analysis) selection. According to part of the data, the PCA method can rank the candidate schools by the degree of correlation of our focus. The top 50 schools will be selected out. Part three: Strategy Making 1. Derive a ROI function that, given the year and a specific investment amount of a candidate school, can output the utility in an appropriate manner. The function is based on the graduation rate, earnings of graduated students and so on. 2. Utilize an optimization algorithm to maximize the total utility of the target 50 schools (in part two (2), return the amount of investment and the time duration per school. 3 Assumptions Due to limited data about the educational performance of the candidate schools, the performance of the undergraduate students and the specific distribution of other grants by subjects, races and locations, we use the following assumptions to complete our model. These simplified assumptions will be used through our paper and can be improved with more reliable data. ? The statistics of the candidate schools can be regarded as constant within five years. This assumption is reasonable to a large extent because the identities of a specific college wont change a lot in five years. ? The school will devote all the funding received this year to improving the students performance. ? The appropriate manner to measure the return on the investment is the schools incremental utility. The utility function must be concave (!/!0 1 2 2 i / i,otherwise (4) If there is the boundary constraint !l x u in the non-linear constraint optimization problem, we modify the augmented Lagrange multiplier method above. We assume that we knew the Lagrange multiplier vector k and the barrier parameter vector k . So we solve the sub-problem in step k: ! ! minP(x,k, k) s.t.l x (5) The Lagrange multiplier method is accomplished by inside and outside Team #47823 Page 26 of 27 to-tier construct. We solve the equations (5) inside the construct, generating a group of new initial variable. And modify the outside barrier parameter vector and the multiplier vector. Test whether satisfies the iteration criterion or not. If not, construct the sub-problem in the next iteration. If so, stop the algorithm. When initialing the multiplier vector 0 and the barrier parameter vector 0 , they are usually set as positive vector. In the process of iteration, we use the equations below to modify the Lagrange multiplier vector : ! ! ik+1=ik i kc i(x k ),i =1,2,!me ik+1=maxik i kc i(x k ),0,i =me+1,!,m (6) where !x k is the solution of NO.k sub-problem (5), and we use the equation below to modify the barrier parameter vector: k+1 = k (7) When !c(xk+1)!2 1 4 !c(xk)!2, we set ! =1; if not, we set ! 1 (usually 10 or 100), where: !c(x)!2=(ci(x)2+(minci(x),0)2 i=me+1 m i=1 me (8) Given an , the stopping criterion is !c(x)!2 , stop the iteration of Lagrange multiplier method. !x k is an approximate optimization of (1) The specific process of the improved PSO algorithm based on augmented Lagrange function: Step A: initialize 0 a
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 课件活动安全制度
- 箴言书屋体验营销的营销策略研究
- 人民法庭安全课件
- 建筑工程施工组织与管理能力测评试卷及答案
- 管理学案例分析题及答案包
- 家庭理财规划策略测试卷及解析
- 地理形考试题与答案详解
- 家庭安全教育计划小孩防坏人知识测试及答案
- 工厂入职测试题及答案
- 建筑工程技术规范与安全知识测试卷
- 2025云南曲靖市陆良县发展投资集团有限公司招聘42人考试笔试参考题库附答案解析
- YS/T 3019-2013氰化堆浸提金工艺安全生产技术规范
- GB/T 1927.4-2021无疵小试样木材物理力学性质试验方法第4部分:含水率测定
- GB/T 12967.4-2022铝及铝合金阳极氧化膜及有机聚合物膜检测方法第4部分:耐光热性能的测定
- 测量不确定度评定考试题答案
- 气管软化试验课件
- 广东区域地质构造简介之一-断裂特征介绍
- 鱼骨流程图模板
- 董事、监事、高级管理人员信息
- 110kV二线圈变压器交接验收(大修后)试验作业指导书
- 浙江政采云网上超全一张网供应商承诺书
评论
0/150
提交评论