Formulate a LP model for the factory that maximises profit

Assignment Help Other Subject
Reference no: EM131958943

Real world Analytics Assignment -

This assignment assesses :

  • Apply the concepts of multivariate functions to summarise datasets.
  • Analyse datasets by interpreting model and function parameters of important families of multivariate functions.
  • Transform a real-life problem into a mathematical model.
  • Apply linear programming concepts to make optimal decisions.
  • Obtain optimal solutions for quantities that are either continuous or discrete.

Part A: Analysis of Energy Efficiency Dataset for Buildings

Description: In order to design energy efficient buildings, the computation of the Heating Load (HL) and the Cooling Load (CL) is required to determine the specifications of the heating and cooling equipment needed to maintain comfortable indoor air conditions. Energy simulation tools are widely used to analyse or forecast building energy consumption. The Dataset provides energy analysis of Heating Load (denoted as Y1) and the Cooling Load (denoted as Y2) using 768 building shapes that are simulated using a building simulator. Select one of Y1 or Y2 as your variable of interest and focus the analysis on this variable. The dataset comprises 5 features (variables), which are denoted as X1, X2, X3, X4, X5. The description of the variables is given below:

X1: Relative compactness in percentage (expressed in decimals) - A measure of building compactness. A high value means highly compact.

X2: Surface area in square metres

X3: Wall area in square metres

X4: Roof area in square metres

X5: Overall height in metres

Y1: Heating load in kWh.m-2 per annum

Y2: Cooling load in kWh.m-2 per annum

Tasks: 1. Understand the data

(i) Download the txt file (ENB18data.txt) from CloudDeakin and save it to your R working directory.

(ii) Assign the data to a matrix, e.g. using the.data <- as.matrix(read.table("ENB18data.txt"))

(iii) Decide whether you would like to investigate Heating Load (Y1) or Cooling Load (Y2). This is your variable of interest. Generate a subset of 300 data, e.g. using:

To investigate Heating Load Y1: my.data <- the.data[sample(1:768,300),c(1:5,6)]

To investigate Cooling Load Y2: my.data <- the.data[sample(1:768,300),c(1:5,7)]

(iv) Using scatter-plots and histograms, report on the general relationship between each of the variables X1,X2, X3, X4 and X5 and your variable of interest Y1 (heating load) or Y2 (cooling load). Include a scatter plot for each of the variables X1, X2, X3, X4, X5 and your variable of interest Y1 or Y2. Include a histogram for X1, X2,...,X5, and Y1 or Y2. Include 1 or 2 sentences about the relationships and distributions.

2. Transform the data

(i) Choose any four from the first five variables X1, X2, X3, X4, X5.

Make appropriate transformations to the variables (including Y1 or Y2) so that the values can be aggregated in order to predict the variable of interest (your selected Heating Load Y1, or cooling load Y2). The transformations should reflect the general relationship between each of the four variables and the variable of interest. Assign your transformed data along with your transformed variable of interest to an array (it should be 300 rows and 5 columns). Save it to a txt file titled "name-transformed.txt" using write.table(your.data,"name-transformed.txt",)

(ii) Briefly explain each transformation for your selected variables and the variable of interest Y1 or Y2. (1- 2 sentences each).

3. Build models and investigate the importance of each variable.

(i) Download the AggWaFit.R file (from CloudDeakin) to your working directory and load into the R workspace using, source("AggWaFit718.R")

(ii) Use the fitting functions to learn the parameters for

  • Weighted arithmetic mean (WAM),
  • Weighted power means (PM) with p = 0:5, and p = 2,
  • Ordered weighted averaging function (OWA), and
  • Choquet integral.

(iii) Include two tables in your report - one with the error measures (RMSE, Av.abs error, Pearson correlation, Spearman correlation) and one summarising the weights/parameters that were learned for your data.

iv) Compare and interpret the data in your tables. Be sure to comment on:

(a) How good the model is,

(b) The importance of each of the variables (the four variables that you have selected),

(c) Any interaction between any of those variables (are they complementary or redundant?)

(d) Better models favour higher or lower inputs (1-2 paragraphs for part (iv)).

4. Use your model for prediction.

(i) Using your best fitting model, predict the Heating Load Y1 or the Cooling Load Y2 for the following input: X1=0.82, X2=612.5, X3=318.5, X4=147, X5=7.

Give your result and comment on whether you think it is reasonable. (1-2 sentences).

(ii) Comment generally on the ideal conditions (in terms of your 4 variables) under which a low heating or cooling load will occur. (1-2 sentences)

For this part, your submission should include:

1. A report (created in any word processor), covering all of the items in above. With plots and tables it should only be 2 - 3 pages.

2. A data file named \name-transformed.txt" (where 'name' is replaced with your name - you can use your surname or first name - just to help us distinguish them!).

3. R code file, (that you have written to produce your results) named "name-code.R", where name is your name;

Part B: Optimisation

1. A food factory is making a special Juice for a customer from mixing two different existing products JA and JB. The compositions of JA and JB and prices ($/1) are given as follows,

 

Amount (1) in /100 1 of JA and JB

 

 

Carrot

Orange

Apple

Cost ($/1)

JA

4

6

3

6

JB

8

3

6

5

The customer requires that there must be at least 3.5 litres Orange and at least 4 litres of Apple concentrate per 100 litres of the Juice respectively, but no more than 6 litres of Carrot concentrate per 100 litres of Juice. The customer needs at least 50 litres of Juice per week.

a) Formulate a Linear Programming (LP) model for the factory that minimises the total cost of producing the Juice while satisfying all constraints.

b) Use the graphical method to find the optimal solution. Show the feasible region and the optimal solution on the graph. Annotate all lines on your graph. What is the minimal cost for the product?

2. A factory makes three products (fabrics): Summer, Autumn, and Winter from three materials containing: Cotton, Wool and Viscose. The following table provides details on the sales price, production cost and purchase cost per ton of products and materials respectively.

 

Sales price

Production cost

 

Purchase price

Summer

$50

$4

Cotton

$30

Autumn

$55

$4

Wool

$45

Winter

$60

$5

Viscose

$40

The maximal demand (in tons) for each product, the minimum cotton and wool proportion in each product is as follows.

 

Demand

min Cotton proportion

min Wool proportion

Summer

4500

60%

30%

Autumn

4000

60%

30%

Winter

3800

40%

50%

Formulate a LP model for the factory that maximises the profit, while satisfying the demand and the cotton and wool proportion constraints.

Solve the model using IBM ILOG CPLEX. What are the optimal profit and optimal values of the decision variables?

Attachment:- Assignment Files.rar

Reference no: EM131958943

Questions Cloud

Create a spreadsheet to display information by country : Create a spreadsheet to display information relating to the usage by country, age group, or any other trend you locate. Calculate totals or averages based.
List and define the measure of charity care : What are the deference between sources of capital for non - profit and for profit organization (one reference as link maximizing all answer as you can)
What key variables define that client : What is your business? Why do you thing is necessary? What products or services does the business sell / offer? How will the lives of customers change?
How does the insurance adjustment affect prepaid insurance : Paula Judge owns Judge Creative Designs. The trial balance of the firm for January 31, 2019, the first month of operations, is shown below.
Formulate a LP model for the factory that maximises profit : SIT718 Real world Analytics Assignment - Formulate a LP model for the factory that maximises the profit, while satisfying the demand
Demonstrate clinical reasoning and clinical decision making : Demonstrate clinical reasoning and clinical decision making in line with safe and quality person-centred care across the lifespan.
Explain those most important leadership concepts : Use examples from your own experience, and use research along with in-text citations that provide a foundation of validity to your analysis.
Design a balanced scorecard for the business : Briefly define the objectives included in your strategy map and explain why these particular objectives are important for 'The Business'.
What annual rate of interest would you have earned : What annual rate of interest would you have earned if you had bought the comic in 1963 and sold it in 2015 ?(52 years? later)?

Reviews

len1958943

4/26/2018 5:57:29 AM

Submission = Submit to the SIT718 Clouddeakin Dropbox. Combine the report from part A and the Solutions from part B in ONE pdf file. Copy and paste your CLEX code to Solutions for Part B. Label the file with name.pdf, where `name' is replaced with your name - you can use your surname or first name - to help distinguish them!). Your final submission should consist of no more than 4 files. One pdf file (created in any word processor), containing the report of Part A, the Solutions of the two questions of Part B, including CPLEX code, labelled with your name. This file should be no more than 5-6 pages.; A data file named \name-transformed.txt" (where `name' is replaced with your name; A code with your R file, labelled with your name.R; A code with your CPLEX le, labelled with your name.mod, also copy the code in your solution. document.

len1958943

4/26/2018 5:57:23 AM

Assignment (pdf or MS word doc and appropriate programme files with your codes) must be submitted via CloudDeakin's Assignment Dropbox. You can submit an electronic version of your assignment (photos of written document are not accepted). No hard copy or email submissions are accepted. You should label all figures and tables.

Write a Review

Other Subject Questions & Answers

  Cross-cultural opportunities and conflicts in canada

Short Paper on Cross-cultural Opportunities and Conflicts in Canada.

  Sociology theory questions

Sociology are very fundamental in nature. Role strain and role constraint speak about the duties and responsibilities of the roles of people in society or in a group. A short theory about Darwin and Moths is also answered.

  A book review on unfaithful angels

This review will help the reader understand the social work profession through different concepts giving the glimpse of why the social work profession might have drifted away from its original purpose of serving the poor.

  Disorder paper: schizophrenia

Schizophrenia does not really have just one single cause. It is a possibility that this disorder could be inherited but not all doctors are sure.

  Individual assignment: two models handout and rubric

Individual Assignment : Two Models Handout and Rubric,    This paper will allow you to understand and evaluate two vastly different organizational models and to effectively communicate their differences.

  Developing strategic intent for toyota

The following report includes the description about the organization, its strategies, industry analysis in which it operates and its position in the industry.

  Gasoline powered passenger vehicles

In this study, we examine how gasoline price volatility and income of the consumers impacts consumer's demand for gasoline.

  An aspect of poverty in canada

Economics thesis undergrad 4th year paper to write. it should be about 22 pages in length, literature review, economic analysis and then data or cost benefit analysis.

  Ngn customer satisfaction qos indicator for 3g services

The paper aims to highlight the global trends in countries and regions where 3G has already been introduced and propose an implementation plan to the telecom operators of developing countries.

  Prepare a power point presentation

Prepare the power point presentation for the case: Santa Fe Independent School District

  Information literacy is important in this environment

Information literacy is critically important in this contemporary environment

  Associative property of multiplication

Write a definition for associative property of multiplication.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd