SlideShare a Scribd company logo
1 of 7
Download to read offline
OPTIMIZING BUILDING PLAN FOR A
(9m X 12m) HOUSE USING LEARNING
SYSTEMS
Dr. Khalid Nazim S. A. 1
, Dr. Harsha S 2
, Abhilash Kashyap B 3
, Dr. Fayez Al Fayez 4
1. Assistant Professor, Department of CSI, College of Science, Majmaah University,
Majmaah 11952, Saudi Arabia, k.sattar@mu.edu.sa,
2. Associate Professor, Department of ISE, JIT, Bengaluru, harsha.s@jyothyit.ac.in
3. 6th
CSE, JIT, Bengaluru, abhilashb.96@gmail.com, nagarjun@protonmail.com,
sandeepbadrinarayan@gmail.com
4. Assistant Professor, Department of CSI, College of Science, Majmaah University,
Majmaah 11952, Saudi Arabia, f.alfayez@mu.edu.sa
Abstract- Computer aided design (CAD) has increased by orders of magnitude the power of design tools available
to the engineer. Advantages of CAD include the reduction of computation time and therefore its cost, the elimination
of the amount of tedious and error-prone detailed calculations done by the engineer, and the ability to develop and
analyze much more complete models of structures. All present applications of the computer to structural design deal
with later stages of the design process, namely, analysis, proportioning and drafting. In Architecture more
prominence is given to outlook and not aesthetics and we as engineers should consider this as a problem and give a
solution in the form of optimization. With the advancements of a section of computer science called artificial
intelligence, it is now conceivable to create a knowledge-based system to automate or assist in the early, preliminary
stages of the civil engineering design process. The purpose of this work is to try and design a set of algorithms to solve
the building design problem as an optimization issue.
Keywords: Artificial intelligence, Design process, Knowledge based system, Optimization, Site Management &
Buildings department(SMB).
A. Introduction
"Artificial intelligence is the study of ideas which enable computers to do the things that make people seem
intelligent"[2]. Ideas are being developed to facilitate the creation of knowledge-based systems using the
experience and knowledge of experts. The civil engineering problems are not repetitive, as the problem
definition is always influenced by several factors like financial modes, importance of structure and site
conditions and so on. Therefore, although the use of computers in structural analysis started almost four decades
ago, the profession has not been able to make use of computers fully, especially, for structural design and
planning. This is mainly because of problem specific nature, need for logical reasoning, feasibility constraints
and use of experience required in actual design process and planning. Expert systems have capabilities to
incorporate some of these requirements for programming a machine for solving a design problem and
algorithms are usually constructed with the natural counterpart in mind. Algorithms are intended to solve
problems with extreme objectivity. Each algorithm is designed to solve a specific problem with a crisp set of
variables. Genetic algorithms on the other hand deal with fuzzy sets where a range of variable values are
existing.
B. LITERATURE REVIEW
According to http://repository.cmu.edu/cgi/viewcontent.cgi?article=1019&context=cee, they quote
“In the present practice of preliminary design very little optimization is done and selection is based on
rough calculations. Computer assisted preliminary design would provide opportunity for optimization by
consideration of a much larger range of alternatives”
International Journal of Computer Science and Information Security (IJCSIS),
Vol. 16, No. 4, April 2018
89 https://sites.google.com/site/ijcsis/
ISSN 1947-5500
C. DESIGN PROCESS
Design can be viewed as the general process in which an idea is developed into detailed instructions for
manufacturing a physical product. The design process starts with a definition of a need. The activities that
follow can be grouped into four phases [2]:
1. Synthesis: The clarification of the input parameters and their interaction to create a structure that will
meet design requirements.
2. Analysis: The modelling and solving of equations to predict the response of a selected structure.
3. Evaluation: The activity of placing a worth on the structure where worth may be cost, safety, or energy
consumption.
4. Optimization: the search over the range of possibilities to improve the design as much as possible.
Preliminary design is part of the synthesis phase. In preliminary design alternative structures are developed,
a structural configuration is selected, and the preliminary parameters of components are determined.
In the present practice of preliminary design very little optimization is done and selection is based on rough
calculations. Computer assisted preliminary design would provide opportunity for optimization by consideration
of a much larger range of alternatives. It is possible that computer assisted preliminary design could free the
engineer from the implementation of existing structural schemes and allows him to pursue new schemes.
To begin a discussion of CAD, a distinction will be made between computer aided design and design
automation [3]. In computer aided design man and machine work together on a problem using the best
characteristics of each. In design automation the computer deals with all the demands and constraints without
recourse to the designer. The latter may be suitable for design of components, but the method is inherently
inflexible, and the exclusion of the designer often leads to dissatisfaction. There are two schools of thought
regarding the consequences of CAD. For one, computers remove the repetitive tasks and make room for
creativity. The opposing view is that computers stifle creativity by distancing the designer from design. An
optimum CAD strategy would be to remove the repetitive tasks without creating a large gap between the
designer and the design process.
Today, CAD in structural engineering involves almost exclusively analysis, proportioning of structural
components, and production of drawings and schedules. There are very few applications to conceptual and
preliminary design. Conceptual and preliminary design are considered the creative aspects of design. Yet,
generally the preliminary design process is not new design but redesign, where redesign involves the application
of existing structural ideas to a design. New design implies the development of a new structural configuration.
Redesign is the application of a set of rules to assign values to predefined variables. Thus, it appears that
preliminary structural design process may be placed in a knowledge-based system, where IF THEN rules are
used to instantiate values in a data structure [4].
A knowledge-based program is developed using the knowledge of experts. Once the program is
developed there should be close interaction between the designer and the computer [5]. The computer should be
able to respond to queries on the design process as well as accept additional information. Since a design
prepared by the computer follows a limited number of rules, close supervision by the designer is necessary. In
this way the designer will realize inadequacies in the existing set of rules and make revisions or additions to the
rules when necessary.
International Journal of Computer Science and Information Security (IJCSIS),
Vol. 16, No. 4, April 2018
90 https://sites.google.com/site/ijcsis/
ISSN 1947-5500
D. METHODOLOGY
Fig. 1. The schedule of openings for the ground floor plan
International Journal of Computer Science and Information Security (IJCSIS),
Vol. 16, No. 4, April 2018
91 https://sites.google.com/site/ijcsis/
ISSN 1947-5500
E. PSEUDO CODES
SPACE UTILIZATION
If the building is enclosed only with outer walls
Then space utilization = 100
Else If its provided with interior partition walls which does not lead to passages
Then space utilization = 75%
Else if its provided with interior partition walls which lead to passages
Then space utilization = 50%
Else If the building takes the shape of a maze
Then space utilization = 0
UTILIZATION OF DAYLIGHT
If the window type is fixed with glass panes and completely closed
Then intensity =70%
If the window type is fixed with glass panes completely closed with opaque curtains
Then intensity = 0
If the window type is fixed with glass panes having translucent type of curtains
Then intensity = 60%
If the window type is fixed with glass panes having transparent type of curtains
Then intensity = 70%
If the window type is fixed with tinted glass
Then intensity = 50%
If all the above conditions are provided with mesh
Then intensity is reduced by 20%
If the doors provided in the periphery of the building are completely open
Then intensity = 80%
If the doors provided inside the building
Then intensity = 60%
If the doors are partially open
Then intensity = 40%
End if
ENERGY
l1=9.68, b1=7.13
For (l=1; l<=l1; l++)
For (b=1; b<=b1; b++)
Solar Intensity=125
Energy=l*b*Solar Intensity
If (energy >= 5400) then
output (l*b)
Exit for
WATER CONSUMPTION
Annual water requirement for 5 people = 547500 lt
If maximum catchment area of 111 m2
is utilized
Then annual water harvesting potential = 64,646.4 lt
If average catchment area of 55 m2
is utilized
Then annual water harvesting potential = 32,323.2 lt
Else optimum water harvesting cannot be achieved
End if
MATERIALS
‘M’ main walls and ‘N’ partition walls
International Journal of Computer Science and Information Security (IJCSIS),
Vol. 16, No. 4, April 2018
92 https://sites.google.com/site/ijcsis/
ISSN 1947-5500
If (M=12 & P=8)
Then quantity of earth work excavated = 22.85 m3
If the SMB is (0.24*0.11*0.07) m3
Then number of SMB = 12955
End if
F. ANALYSIS
Optimization is achieved using the algorithms mentioned with feedback from user as well. Once the design
is complete we compare the design with conventional designs for the utility parameters. This section discusses
the results and analysis of the comparison.
Fig. 2. The design showing the conventional values
TABLE I. Depiction of dimensions of the house plan optimized
NOTES
MD
1.22 X 2.13
W
1.83 X 1.83
D
0.91 X 2.13
W 1
0.91 X 1.83
D1
0.91 X 2.13
W2
1.52 X 1.25
V
0.91 X 0.61
W3
0.94 X 1.2
V1
0.35 X 0.61
W4
0.35 X 0.61
International Journal of Computer Science and Information Security (IJCSIS),
Vol. 16, No. 4, April 2018
93 https://sites.google.com/site/ijcsis/
ISSN 1947-5500
G. OPTIMIZED PLAN
Fig. 3. The plan showing the optimized values
TABLE II. Comparison of conventional and optimized parameters
PARAMETER
CONVENTIONAL
(%)
OPTIMIZED
(%)
1.Space Utilization 40-55 60-65
2.Utilization of daylight variable 70
3.Energy variable 100
4.Rain water harvesting potential Not considered 60
5.Materials(SMB) Not considered 100
International Journal of Computer Science and Information Security (IJCSIS),
Vol. 16, No. 4, April 2018
94 https://sites.google.com/site/ijcsis/
ISSN 1947-5500
H. CONCLUSIONS
Optimization for civil engineering plans in architecture is a relatively a new area that requires a lot of work.
In this paper, we have attempted to combine fuzzy logic [6] with algorithm and the results are promising.
Optimized designs will not only increase the effectiveness of construction but also improve living conditions for
people. Such designs will very soon become necessary in this ever-changing economy, increasing impact of
population growth on environment, for effective utilization of available resources and preservation of nature.
Using these algorithms and different AI languages an expert system can be developed for the domain to
solve several civil engineering problems such as for analysis-design, concrete technology [7], design of R.C.C.
and structural steel components behavior modeling of fiber reinforced concrete beams and predicting large
deflection response of rectangular plates [8] which can be taken as the further scope of study. Also, these
algorithms are preliminary steps which need further refinement to build a toolkit that can efficiently design a
house of any dimension and any number of floors. Nevertheless, the platform is still in its infancy and continued
growth and development in the field is certainly evident from the recent trends.
REFERENCES
[1] http://repository.cmu.edu/cgi/viewcontent.cgi?article=1019&context=cee
[2] Journal on application of artificial intelligence on structural engineering A.K.L SRIVASTAV, The
Experiment, OCTOBER 2012, Vol. 3(3), 199-202
[3] International journal on artificial intelligence tool Vol. 15, No. 6 (2006) 867-874 © World Scientific
Publishing Company
[4] Artificial Intelligence and Expert Systems, Dan W. Patterson, PHI learning private limited, New Delhi
[5] Artificial Intelligence, Elaine Rich, Kevin Knight, TATA McGraw HILL Edition
[6] "Fuzzy sets". Information and Control. Zadeh, L.A. (1965), 8 (3): 338–353. doi:10.1016/s0019-
9958(65)90241-x
[7] Cost Estimation of Structures in Commercial Buildings, 1991, Surrinder Singh, Google books
[8] Large deflections of rectangular plates, K.T. Sundara RajaIyengar, M.MatinNaqvi, DOI: 10.1016/0020-
7462(66)90024-2, International Journal of Non-Linear Mechanics, Volume 1, Issue 2, October 1966,
Pages 109-122
International Journal of Computer Science and Information Security (IJCSIS),
Vol. 16, No. 4, April 2018
95 https://sites.google.com/site/ijcsis/
ISSN 1947-5500

More Related Content

What's hot

Senstivity Analysis of Project Scheduling using Fuzzy Set Theory
Senstivity Analysis of Project Scheduling using Fuzzy Set TheorySenstivity Analysis of Project Scheduling using Fuzzy Set Theory
Senstivity Analysis of Project Scheduling using Fuzzy Set TheoryIRJET Journal
 
A Study on Project Planning Using the Deterministic and Probabilistic Models ...
A Study on Project Planning Using the Deterministic and Probabilistic Models ...A Study on Project Planning Using the Deterministic and Probabilistic Models ...
A Study on Project Planning Using the Deterministic and Probabilistic Models ...IJERA Editor
 
Does a Hybrid Approach of Agile and Plan-Driven Methods Work Better for IT Sy...
Does a Hybrid Approach of Agile and Plan-Driven Methods Work Better for IT Sy...Does a Hybrid Approach of Agile and Plan-Driven Methods Work Better for IT Sy...
Does a Hybrid Approach of Agile and Plan-Driven Methods Work Better for IT Sy...IJERA Editor
 
IRJET- Fuzzy Logic in Construction Project Scheduling: A Review
IRJET- Fuzzy Logic in Construction Project Scheduling: A ReviewIRJET- Fuzzy Logic in Construction Project Scheduling: A Review
IRJET- Fuzzy Logic in Construction Project Scheduling: A ReviewIRJET Journal
 
Project Definition Rating Index with Feasibility Study in Infrastructure Proj...
Project Definition Rating Index with Feasibility Study in Infrastructure Proj...Project Definition Rating Index with Feasibility Study in Infrastructure Proj...
Project Definition Rating Index with Feasibility Study in Infrastructure Proj...IJERA Editor
 
Case placement brochure
Case placement brochureCase placement brochure
Case placement brochureArbaaz Parvez
 
Efficient Planning Scheduling and Delay Analysis of Residential Project
Efficient Planning Scheduling and Delay Analysis of Residential ProjectEfficient Planning Scheduling and Delay Analysis of Residential Project
Efficient Planning Scheduling and Delay Analysis of Residential ProjectIJERA Editor
 
Developing a gui based design software in
Developing a gui based design software inDeveloping a gui based design software in
Developing a gui based design software inLaukik Raut
 
Data reduction techniques to analyze nsl kdd dataset
Data reduction techniques to analyze nsl kdd datasetData reduction techniques to analyze nsl kdd dataset
Data reduction techniques to analyze nsl kdd datasetIAEME Publication
 
Iceemas 119- state of art of metrics of aspect oriented programming
Iceemas 119- state of art of metrics of aspect oriented programmingIceemas 119- state of art of metrics of aspect oriented programming
Iceemas 119- state of art of metrics of aspect oriented programmingMazen Ghareb
 
Surveying, Planning and Scheduling For A Hill Road Work at Kalrayan Hills by ...
Surveying, Planning and Scheduling For A Hill Road Work at Kalrayan Hills by ...Surveying, Planning and Scheduling For A Hill Road Work at Kalrayan Hills by ...
Surveying, Planning and Scheduling For A Hill Road Work at Kalrayan Hills by ...IJSRD
 
Bt0081 software engineering
Bt0081   software engineeringBt0081   software engineering
Bt0081 software engineeringsmumbahelp
 
LITERATURE REVIEW OF OPTIMIZATION TECHNIQUE BUSINESS: BASED ON CASE
LITERATURE REVIEW OF OPTIMIZATION TECHNIQUE BUSINESS: BASED ON CASELITERATURE REVIEW OF OPTIMIZATION TECHNIQUE BUSINESS: BASED ON CASE
LITERATURE REVIEW OF OPTIMIZATION TECHNIQUE BUSINESS: BASED ON CASEIAEME Publication
 
Evaluate the effective resource management through pert analysis
Evaluate the effective resource management through pert analysisEvaluate the effective resource management through pert analysis
Evaluate the effective resource management through pert analysiseSAT Publishing House
 

What's hot (16)

Senstivity Analysis of Project Scheduling using Fuzzy Set Theory
Senstivity Analysis of Project Scheduling using Fuzzy Set TheorySenstivity Analysis of Project Scheduling using Fuzzy Set Theory
Senstivity Analysis of Project Scheduling using Fuzzy Set Theory
 
Ijciet 10 01_075
Ijciet 10 01_075Ijciet 10 01_075
Ijciet 10 01_075
 
A Study on Project Planning Using the Deterministic and Probabilistic Models ...
A Study on Project Planning Using the Deterministic and Probabilistic Models ...A Study on Project Planning Using the Deterministic and Probabilistic Models ...
A Study on Project Planning Using the Deterministic and Probabilistic Models ...
 
Does a Hybrid Approach of Agile and Plan-Driven Methods Work Better for IT Sy...
Does a Hybrid Approach of Agile and Plan-Driven Methods Work Better for IT Sy...Does a Hybrid Approach of Agile and Plan-Driven Methods Work Better for IT Sy...
Does a Hybrid Approach of Agile and Plan-Driven Methods Work Better for IT Sy...
 
IRJET- Fuzzy Logic in Construction Project Scheduling: A Review
IRJET- Fuzzy Logic in Construction Project Scheduling: A ReviewIRJET- Fuzzy Logic in Construction Project Scheduling: A Review
IRJET- Fuzzy Logic in Construction Project Scheduling: A Review
 
Project Definition Rating Index with Feasibility Study in Infrastructure Proj...
Project Definition Rating Index with Feasibility Study in Infrastructure Proj...Project Definition Rating Index with Feasibility Study in Infrastructure Proj...
Project Definition Rating Index with Feasibility Study in Infrastructure Proj...
 
Case placement brochure
Case placement brochureCase placement brochure
Case placement brochure
 
Efficient Planning Scheduling and Delay Analysis of Residential Project
Efficient Planning Scheduling and Delay Analysis of Residential ProjectEfficient Planning Scheduling and Delay Analysis of Residential Project
Efficient Planning Scheduling and Delay Analysis of Residential Project
 
Developing a gui based design software in
Developing a gui based design software inDeveloping a gui based design software in
Developing a gui based design software in
 
Ijciet 10 01_054
Ijciet 10 01_054Ijciet 10 01_054
Ijciet 10 01_054
 
Data reduction techniques to analyze nsl kdd dataset
Data reduction techniques to analyze nsl kdd datasetData reduction techniques to analyze nsl kdd dataset
Data reduction techniques to analyze nsl kdd dataset
 
Iceemas 119- state of art of metrics of aspect oriented programming
Iceemas 119- state of art of metrics of aspect oriented programmingIceemas 119- state of art of metrics of aspect oriented programming
Iceemas 119- state of art of metrics of aspect oriented programming
 
Surveying, Planning and Scheduling For A Hill Road Work at Kalrayan Hills by ...
Surveying, Planning and Scheduling For A Hill Road Work at Kalrayan Hills by ...Surveying, Planning and Scheduling For A Hill Road Work at Kalrayan Hills by ...
Surveying, Planning and Scheduling For A Hill Road Work at Kalrayan Hills by ...
 
Bt0081 software engineering
Bt0081   software engineeringBt0081   software engineering
Bt0081 software engineering
 
LITERATURE REVIEW OF OPTIMIZATION TECHNIQUE BUSINESS: BASED ON CASE
LITERATURE REVIEW OF OPTIMIZATION TECHNIQUE BUSINESS: BASED ON CASELITERATURE REVIEW OF OPTIMIZATION TECHNIQUE BUSINESS: BASED ON CASE
LITERATURE REVIEW OF OPTIMIZATION TECHNIQUE BUSINESS: BASED ON CASE
 
Evaluate the effective resource management through pert analysis
Evaluate the effective resource management through pert analysisEvaluate the effective resource management through pert analysis
Evaluate the effective resource management through pert analysis
 

Similar to Optimizing Building Plan for a (9m X 12m) House Using Learning Systems

IRJET- Application of Emerging Artificial Intelligence Methods in Structural ...
IRJET- Application of Emerging Artificial Intelligence Methods in Structural ...IRJET- Application of Emerging Artificial Intelligence Methods in Structural ...
IRJET- Application of Emerging Artificial Intelligence Methods in Structural ...IRJET Journal
 
Chapter 1 intr m dfina
Chapter 1 intr m dfinaChapter 1 intr m dfina
Chapter 1 intr m dfinaKhalil Alhatab
 
Chapter 1 intr m dfina
Chapter 1 intr m dfinaChapter 1 intr m dfina
Chapter 1 intr m dfinaKhalil Alhatab
 
Automation Enhanced Green Campus Initiative
Automation Enhanced Green Campus InitiativeAutomation Enhanced Green Campus Initiative
Automation Enhanced Green Campus InitiativeIRJET Journal
 
Smart Response Surface Models using Legacy Data for Multidisciplinary Optimiz...
Smart Response Surface Models using Legacy Data for Multidisciplinary Optimiz...Smart Response Surface Models using Legacy Data for Multidisciplinary Optimiz...
Smart Response Surface Models using Legacy Data for Multidisciplinary Optimiz...IOSRJMCE
 
Construction Site Monitoring and Predictive Analysis Using Artificial Neural ...
Construction Site Monitoring and Predictive Analysis Using Artificial Neural ...Construction Site Monitoring and Predictive Analysis Using Artificial Neural ...
Construction Site Monitoring and Predictive Analysis Using Artificial Neural ...IJSRED
 
Managing Complexity and Change with Scalable Software Design
Managing Complexity and Change with Scalable Software DesignManaging Complexity and Change with Scalable Software Design
Managing Complexity and Change with Scalable Software Designlbergmans
 
Green bim software - dr. Nagham Ali Hasan
Green bim software - dr. Nagham Ali HasanGreen bim software - dr. Nagham Ali Hasan
Green bim software - dr. Nagham Ali Hasannagham ali hasan
 
J0313052055
J0313052055J0313052055
J0313052055theijes
 
Deepcoder to Self-Code with Machine Learning
Deepcoder to Self-Code with Machine LearningDeepcoder to Self-Code with Machine Learning
Deepcoder to Self-Code with Machine LearningIRJET Journal
 
BIM Usage in Construction Industry and An application of Clash Detection and ...
BIM Usage in Construction Industry and An application of Clash Detection and ...BIM Usage in Construction Industry and An application of Clash Detection and ...
BIM Usage in Construction Industry and An application of Clash Detection and ...Ravindra SSK Medicharla
 
ALGORITHMIC THINKING-A PARAMETRIC APPROACH TO PROBLEM SOLVING.
ALGORITHMIC THINKING-A PARAMETRIC APPROACH TO PROBLEM SOLVING.ALGORITHMIC THINKING-A PARAMETRIC APPROACH TO PROBLEM SOLVING.
ALGORITHMIC THINKING-A PARAMETRIC APPROACH TO PROBLEM SOLVING.Kate Campbell
 
3 d molding and casting2
3 d molding and casting23 d molding and casting2
3 d molding and casting2Fab Lab LIMA
 
Operations Research Digital Material.pdf
Operations Research Digital Material.pdfOperations Research Digital Material.pdf
Operations Research Digital Material.pdfTANVEERSINGHSOLANKI
 
Surveying, Planning and Scheduling For A Hill Road Work at Kalrayan Hills by ...
Surveying, Planning and Scheduling For A Hill Road Work at Kalrayan Hills by ...Surveying, Planning and Scheduling For A Hill Road Work at Kalrayan Hills by ...
Surveying, Planning and Scheduling For A Hill Road Work at Kalrayan Hills by ...IJSRD
 
Environmental building design performance modelling and simulation
Environmental building design performance modelling and simulationEnvironmental building design performance modelling and simulation
Environmental building design performance modelling and simulationnagham ali hasan
 
Advances In Engineering Education Instructional Strategies To Promote Student...
Advances In Engineering Education Instructional Strategies To Promote Student...Advances In Engineering Education Instructional Strategies To Promote Student...
Advances In Engineering Education Instructional Strategies To Promote Student...Amber Ford
 
Parametric strategies civic and sports architecture design
Parametric strategies   civic and sports architecture designParametric strategies   civic and sports architecture design
Parametric strategies civic and sports architecture designHarold Woods LEED AP, RIBA
 

Similar to Optimizing Building Plan for a (9m X 12m) House Using Learning Systems (20)

IRJET- Application of Emerging Artificial Intelligence Methods in Structural ...
IRJET- Application of Emerging Artificial Intelligence Methods in Structural ...IRJET- Application of Emerging Artificial Intelligence Methods in Structural ...
IRJET- Application of Emerging Artificial Intelligence Methods in Structural ...
 
Chapter 1 intr m dfina
Chapter 1 intr m dfinaChapter 1 intr m dfina
Chapter 1 intr m dfina
 
Chapter 1 intr m dfina
Chapter 1 intr m dfinaChapter 1 intr m dfina
Chapter 1 intr m dfina
 
Automation Enhanced Green Campus Initiative
Automation Enhanced Green Campus InitiativeAutomation Enhanced Green Campus Initiative
Automation Enhanced Green Campus Initiative
 
Smart Response Surface Models using Legacy Data for Multidisciplinary Optimiz...
Smart Response Surface Models using Legacy Data for Multidisciplinary Optimiz...Smart Response Surface Models using Legacy Data for Multidisciplinary Optimiz...
Smart Response Surface Models using Legacy Data for Multidisciplinary Optimiz...
 
50120130405029
5012013040502950120130405029
50120130405029
 
Construction Site Monitoring and Predictive Analysis Using Artificial Neural ...
Construction Site Monitoring and Predictive Analysis Using Artificial Neural ...Construction Site Monitoring and Predictive Analysis Using Artificial Neural ...
Construction Site Monitoring and Predictive Analysis Using Artificial Neural ...
 
Managing Complexity and Change with Scalable Software Design
Managing Complexity and Change with Scalable Software DesignManaging Complexity and Change with Scalable Software Design
Managing Complexity and Change with Scalable Software Design
 
Green bim software - dr. Nagham Ali Hasan
Green bim software - dr. Nagham Ali HasanGreen bim software - dr. Nagham Ali Hasan
Green bim software - dr. Nagham Ali Hasan
 
J0313052055
J0313052055J0313052055
J0313052055
 
Deepcoder to Self-Code with Machine Learning
Deepcoder to Self-Code with Machine LearningDeepcoder to Self-Code with Machine Learning
Deepcoder to Self-Code with Machine Learning
 
BIM Usage in Construction Industry and An application of Clash Detection and ...
BIM Usage in Construction Industry and An application of Clash Detection and ...BIM Usage in Construction Industry and An application of Clash Detection and ...
BIM Usage in Construction Industry and An application of Clash Detection and ...
 
ALGORITHMIC THINKING-A PARAMETRIC APPROACH TO PROBLEM SOLVING.
ALGORITHMIC THINKING-A PARAMETRIC APPROACH TO PROBLEM SOLVING.ALGORITHMIC THINKING-A PARAMETRIC APPROACH TO PROBLEM SOLVING.
ALGORITHMIC THINKING-A PARAMETRIC APPROACH TO PROBLEM SOLVING.
 
3 d molding and casting2
3 d molding and casting23 d molding and casting2
3 d molding and casting2
 
Operations Research Digital Material.pdf
Operations Research Digital Material.pdfOperations Research Digital Material.pdf
Operations Research Digital Material.pdf
 
Surveying, Planning and Scheduling For A Hill Road Work at Kalrayan Hills by ...
Surveying, Planning and Scheduling For A Hill Road Work at Kalrayan Hills by ...Surveying, Planning and Scheduling For A Hill Road Work at Kalrayan Hills by ...
Surveying, Planning and Scheduling For A Hill Road Work at Kalrayan Hills by ...
 
Environmental building design performance modelling and simulation
Environmental building design performance modelling and simulationEnvironmental building design performance modelling and simulation
Environmental building design performance modelling and simulation
 
Advances In Engineering Education Instructional Strategies To Promote Student...
Advances In Engineering Education Instructional Strategies To Promote Student...Advances In Engineering Education Instructional Strategies To Promote Student...
Advances In Engineering Education Instructional Strategies To Promote Student...
 
Final project se
Final project seFinal project se
Final project se
 
Parametric strategies civic and sports architecture design
Parametric strategies   civic and sports architecture designParametric strategies   civic and sports architecture design
Parametric strategies civic and sports architecture design
 

Recently uploaded

Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 

Recently uploaded (20)

Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 

Optimizing Building Plan for a (9m X 12m) House Using Learning Systems

  • 1. OPTIMIZING BUILDING PLAN FOR A (9m X 12m) HOUSE USING LEARNING SYSTEMS Dr. Khalid Nazim S. A. 1 , Dr. Harsha S 2 , Abhilash Kashyap B 3 , Dr. Fayez Al Fayez 4 1. Assistant Professor, Department of CSI, College of Science, Majmaah University, Majmaah 11952, Saudi Arabia, k.sattar@mu.edu.sa, 2. Associate Professor, Department of ISE, JIT, Bengaluru, harsha.s@jyothyit.ac.in 3. 6th CSE, JIT, Bengaluru, abhilashb.96@gmail.com, nagarjun@protonmail.com, sandeepbadrinarayan@gmail.com 4. Assistant Professor, Department of CSI, College of Science, Majmaah University, Majmaah 11952, Saudi Arabia, f.alfayez@mu.edu.sa Abstract- Computer aided design (CAD) has increased by orders of magnitude the power of design tools available to the engineer. Advantages of CAD include the reduction of computation time and therefore its cost, the elimination of the amount of tedious and error-prone detailed calculations done by the engineer, and the ability to develop and analyze much more complete models of structures. All present applications of the computer to structural design deal with later stages of the design process, namely, analysis, proportioning and drafting. In Architecture more prominence is given to outlook and not aesthetics and we as engineers should consider this as a problem and give a solution in the form of optimization. With the advancements of a section of computer science called artificial intelligence, it is now conceivable to create a knowledge-based system to automate or assist in the early, preliminary stages of the civil engineering design process. The purpose of this work is to try and design a set of algorithms to solve the building design problem as an optimization issue. Keywords: Artificial intelligence, Design process, Knowledge based system, Optimization, Site Management & Buildings department(SMB). A. Introduction "Artificial intelligence is the study of ideas which enable computers to do the things that make people seem intelligent"[2]. Ideas are being developed to facilitate the creation of knowledge-based systems using the experience and knowledge of experts. The civil engineering problems are not repetitive, as the problem definition is always influenced by several factors like financial modes, importance of structure and site conditions and so on. Therefore, although the use of computers in structural analysis started almost four decades ago, the profession has not been able to make use of computers fully, especially, for structural design and planning. This is mainly because of problem specific nature, need for logical reasoning, feasibility constraints and use of experience required in actual design process and planning. Expert systems have capabilities to incorporate some of these requirements for programming a machine for solving a design problem and algorithms are usually constructed with the natural counterpart in mind. Algorithms are intended to solve problems with extreme objectivity. Each algorithm is designed to solve a specific problem with a crisp set of variables. Genetic algorithms on the other hand deal with fuzzy sets where a range of variable values are existing. B. LITERATURE REVIEW According to http://repository.cmu.edu/cgi/viewcontent.cgi?article=1019&context=cee, they quote “In the present practice of preliminary design very little optimization is done and selection is based on rough calculations. Computer assisted preliminary design would provide opportunity for optimization by consideration of a much larger range of alternatives” International Journal of Computer Science and Information Security (IJCSIS), Vol. 16, No. 4, April 2018 89 https://sites.google.com/site/ijcsis/ ISSN 1947-5500
  • 2. C. DESIGN PROCESS Design can be viewed as the general process in which an idea is developed into detailed instructions for manufacturing a physical product. The design process starts with a definition of a need. The activities that follow can be grouped into four phases [2]: 1. Synthesis: The clarification of the input parameters and their interaction to create a structure that will meet design requirements. 2. Analysis: The modelling and solving of equations to predict the response of a selected structure. 3. Evaluation: The activity of placing a worth on the structure where worth may be cost, safety, or energy consumption. 4. Optimization: the search over the range of possibilities to improve the design as much as possible. Preliminary design is part of the synthesis phase. In preliminary design alternative structures are developed, a structural configuration is selected, and the preliminary parameters of components are determined. In the present practice of preliminary design very little optimization is done and selection is based on rough calculations. Computer assisted preliminary design would provide opportunity for optimization by consideration of a much larger range of alternatives. It is possible that computer assisted preliminary design could free the engineer from the implementation of existing structural schemes and allows him to pursue new schemes. To begin a discussion of CAD, a distinction will be made between computer aided design and design automation [3]. In computer aided design man and machine work together on a problem using the best characteristics of each. In design automation the computer deals with all the demands and constraints without recourse to the designer. The latter may be suitable for design of components, but the method is inherently inflexible, and the exclusion of the designer often leads to dissatisfaction. There are two schools of thought regarding the consequences of CAD. For one, computers remove the repetitive tasks and make room for creativity. The opposing view is that computers stifle creativity by distancing the designer from design. An optimum CAD strategy would be to remove the repetitive tasks without creating a large gap between the designer and the design process. Today, CAD in structural engineering involves almost exclusively analysis, proportioning of structural components, and production of drawings and schedules. There are very few applications to conceptual and preliminary design. Conceptual and preliminary design are considered the creative aspects of design. Yet, generally the preliminary design process is not new design but redesign, where redesign involves the application of existing structural ideas to a design. New design implies the development of a new structural configuration. Redesign is the application of a set of rules to assign values to predefined variables. Thus, it appears that preliminary structural design process may be placed in a knowledge-based system, where IF THEN rules are used to instantiate values in a data structure [4]. A knowledge-based program is developed using the knowledge of experts. Once the program is developed there should be close interaction between the designer and the computer [5]. The computer should be able to respond to queries on the design process as well as accept additional information. Since a design prepared by the computer follows a limited number of rules, close supervision by the designer is necessary. In this way the designer will realize inadequacies in the existing set of rules and make revisions or additions to the rules when necessary. International Journal of Computer Science and Information Security (IJCSIS), Vol. 16, No. 4, April 2018 90 https://sites.google.com/site/ijcsis/ ISSN 1947-5500
  • 3. D. METHODOLOGY Fig. 1. The schedule of openings for the ground floor plan International Journal of Computer Science and Information Security (IJCSIS), Vol. 16, No. 4, April 2018 91 https://sites.google.com/site/ijcsis/ ISSN 1947-5500
  • 4. E. PSEUDO CODES SPACE UTILIZATION If the building is enclosed only with outer walls Then space utilization = 100 Else If its provided with interior partition walls which does not lead to passages Then space utilization = 75% Else if its provided with interior partition walls which lead to passages Then space utilization = 50% Else If the building takes the shape of a maze Then space utilization = 0 UTILIZATION OF DAYLIGHT If the window type is fixed with glass panes and completely closed Then intensity =70% If the window type is fixed with glass panes completely closed with opaque curtains Then intensity = 0 If the window type is fixed with glass panes having translucent type of curtains Then intensity = 60% If the window type is fixed with glass panes having transparent type of curtains Then intensity = 70% If the window type is fixed with tinted glass Then intensity = 50% If all the above conditions are provided with mesh Then intensity is reduced by 20% If the doors provided in the periphery of the building are completely open Then intensity = 80% If the doors provided inside the building Then intensity = 60% If the doors are partially open Then intensity = 40% End if ENERGY l1=9.68, b1=7.13 For (l=1; l<=l1; l++) For (b=1; b<=b1; b++) Solar Intensity=125 Energy=l*b*Solar Intensity If (energy >= 5400) then output (l*b) Exit for WATER CONSUMPTION Annual water requirement for 5 people = 547500 lt If maximum catchment area of 111 m2 is utilized Then annual water harvesting potential = 64,646.4 lt If average catchment area of 55 m2 is utilized Then annual water harvesting potential = 32,323.2 lt Else optimum water harvesting cannot be achieved End if MATERIALS ‘M’ main walls and ‘N’ partition walls International Journal of Computer Science and Information Security (IJCSIS), Vol. 16, No. 4, April 2018 92 https://sites.google.com/site/ijcsis/ ISSN 1947-5500
  • 5. If (M=12 & P=8) Then quantity of earth work excavated = 22.85 m3 If the SMB is (0.24*0.11*0.07) m3 Then number of SMB = 12955 End if F. ANALYSIS Optimization is achieved using the algorithms mentioned with feedback from user as well. Once the design is complete we compare the design with conventional designs for the utility parameters. This section discusses the results and analysis of the comparison. Fig. 2. The design showing the conventional values TABLE I. Depiction of dimensions of the house plan optimized NOTES MD 1.22 X 2.13 W 1.83 X 1.83 D 0.91 X 2.13 W 1 0.91 X 1.83 D1 0.91 X 2.13 W2 1.52 X 1.25 V 0.91 X 0.61 W3 0.94 X 1.2 V1 0.35 X 0.61 W4 0.35 X 0.61 International Journal of Computer Science and Information Security (IJCSIS), Vol. 16, No. 4, April 2018 93 https://sites.google.com/site/ijcsis/ ISSN 1947-5500
  • 6. G. OPTIMIZED PLAN Fig. 3. The plan showing the optimized values TABLE II. Comparison of conventional and optimized parameters PARAMETER CONVENTIONAL (%) OPTIMIZED (%) 1.Space Utilization 40-55 60-65 2.Utilization of daylight variable 70 3.Energy variable 100 4.Rain water harvesting potential Not considered 60 5.Materials(SMB) Not considered 100 International Journal of Computer Science and Information Security (IJCSIS), Vol. 16, No. 4, April 2018 94 https://sites.google.com/site/ijcsis/ ISSN 1947-5500
  • 7. H. CONCLUSIONS Optimization for civil engineering plans in architecture is a relatively a new area that requires a lot of work. In this paper, we have attempted to combine fuzzy logic [6] with algorithm and the results are promising. Optimized designs will not only increase the effectiveness of construction but also improve living conditions for people. Such designs will very soon become necessary in this ever-changing economy, increasing impact of population growth on environment, for effective utilization of available resources and preservation of nature. Using these algorithms and different AI languages an expert system can be developed for the domain to solve several civil engineering problems such as for analysis-design, concrete technology [7], design of R.C.C. and structural steel components behavior modeling of fiber reinforced concrete beams and predicting large deflection response of rectangular plates [8] which can be taken as the further scope of study. Also, these algorithms are preliminary steps which need further refinement to build a toolkit that can efficiently design a house of any dimension and any number of floors. Nevertheless, the platform is still in its infancy and continued growth and development in the field is certainly evident from the recent trends. REFERENCES [1] http://repository.cmu.edu/cgi/viewcontent.cgi?article=1019&context=cee [2] Journal on application of artificial intelligence on structural engineering A.K.L SRIVASTAV, The Experiment, OCTOBER 2012, Vol. 3(3), 199-202 [3] International journal on artificial intelligence tool Vol. 15, No. 6 (2006) 867-874 © World Scientific Publishing Company [4] Artificial Intelligence and Expert Systems, Dan W. Patterson, PHI learning private limited, New Delhi [5] Artificial Intelligence, Elaine Rich, Kevin Knight, TATA McGraw HILL Edition [6] "Fuzzy sets". Information and Control. Zadeh, L.A. (1965), 8 (3): 338–353. doi:10.1016/s0019- 9958(65)90241-x [7] Cost Estimation of Structures in Commercial Buildings, 1991, Surrinder Singh, Google books [8] Large deflections of rectangular plates, K.T. Sundara RajaIyengar, M.MatinNaqvi, DOI: 10.1016/0020- 7462(66)90024-2, International Journal of Non-Linear Mechanics, Volume 1, Issue 2, October 1966, Pages 109-122 International Journal of Computer Science and Information Security (IJCSIS), Vol. 16, No. 4, April 2018 95 https://sites.google.com/site/ijcsis/ ISSN 1947-5500